diff options
Diffstat (limited to '')
-rw-r--r-- | dhall/src/error/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dhall/src/error/mod.rs b/dhall/src/error/mod.rs index 3efa77e..89568a3 100644 --- a/dhall/src/error/mod.rs +++ b/dhall/src/error/mod.rs @@ -69,6 +69,8 @@ pub(crate) enum TypeMessage { MergeVariantMissingHandler(Label), MergeAnnotMismatch, MergeHandlerTypeMismatch, + ProjectionMustBeRecord, + ProjectionMissingEntry, Sort, Unimplemented, } |