work
[pspp] / rust / src / lib.rs
index 8a4c7d07042997557d941c805077400a5a91146e..5253402699c6340b470a8bef8772c644f11f5850 100644 (file)
@@ -101,4 +101,7 @@ pub enum Error {
 
     #[error("This file has corrupted metadata written by a buggy version of PSPP.  To fix it, save a new copy of the file.")]
     BadLongMissingValueFormat,
+
+    #[error("Details TBD")]
+    TBD,
 }