diff options
author | Nadrieril | 2024-06-24 11:10:28 +0200 |
---|---|---|
committer | Nadrieril | 2024-06-24 13:53:31 +0200 |
commit | 16aa66aabffeaaebc03c264b89387f010750dac3 (patch) | |
tree | 141566558cff2e1e496e32691be1dc843fc58da8 /tests | |
parent | 25e294f859d7899ee45e44f21d710b33d610942e (diff) |
Update charon
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/mutually-recursive-traits.lean.out | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/src/mutually-recursive-traits.lean.out b/tests/src/mutually-recursive-traits.lean.out index df80ccc6..bd281a82 100644 --- a/tests/src/mutually-recursive-traits.lean.out +++ b/tests/src/mutually-recursive-traits.lean.out @@ -1,17 +1,17 @@ [[92mInfo[39m ] Imported: tests/llbc/mutually_recursive_traits.llbc -[[91mError[39m] In file Translate.ml, line 813: +[[91mError[39m] In file Translate.ml, line 826: Mutually recursive trait declarations are not supported Uncaught exception: (Failure - "In file Translate.ml, line 813:\ - \nIn file Translate.ml, line 813:\ + "In file Translate.ml, line 826:\ + \nIn file Translate.ml, line 826:\ \nMutually recursive trait declarations are not supported") Raised at Aeneas__Errors.craise_opt_span in file "Errors.ml", line 47, characters 4-76 Called from Stdlib__List.iter in file "list.ml", line 110, characters 12-15 -Called from Aeneas__Translate.extract_definitions in file "Translate.ml", line 839, characters 2-52 -Called from Aeneas__Translate.extract_file in file "Translate.ml", line 966, characters 2-36 -Called from Aeneas__Translate.translate_crate in file "Translate.ml", line 1515, characters 5-42 +Called from Aeneas__Translate.extract_definitions in file "Translate.ml", line 852, characters 2-52 +Called from Aeneas__Translate.extract_file in file "Translate.ml", line 979, characters 2-36 +Called from Aeneas__Translate.translate_crate in file "Translate.ml", line 1528, characters 5-42 Called from Dune__exe__Main in file "Main.ml", line 317, characters 14-66 |