diff options
author | Nadrieril | 2019-08-20 11:52:46 +0200 |
---|---|---|
committer | Nadrieril | 2019-08-20 11:52:46 +0200 |
commit | f6d30f42bd3a6762b1f53b34a249c877260951bb (patch) | |
tree | 25f6f1cec4afaf514813c6f8a02f9720a6114c52 /dhall/src/error | |
parent | 85cbed46aa6a5c76902576dcf2beb323bedb25b1 (diff) |
Reuse work to avoid complicated recursion in record merging
Diffstat (limited to 'dhall/src/error')
-rw-r--r-- | dhall/src/error/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/src/error/mod.rs b/dhall/src/error/mod.rs index b34c3a2..3445768 100644 --- a/dhall/src/error/mod.rs +++ b/dhall/src/error/mod.rs @@ -55,7 +55,6 @@ pub(crate) enum TypeMessage { TypeMismatch(Value, Value, Value), AnnotMismatch(Value, Value), Untyped, - FieldCollision(Label), InvalidListElement(usize, Value, Value), InvalidListType(Value), InvalidOptionalType(Value), |