1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[[92mInfo[39m ] Imported: tests/llbc/mutually_recursive_traits.llbc
[[91mError[39m] In file Translate.ml, line 813:
Mutually recursive trait declarations are not supported
Uncaught exception:
(Failure
"In file Translate.ml, line 813:\
\nIn file Translate.ml, line 813:\
\nMutually recursive trait declarations are not supported")
Raised at Aeneas__Errors.craise_opt_span in file "Errors.ml", line 46, 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 836, characters 2-52
Called from Aeneas__Translate.extract_file in file "Translate.ml", line 954, characters 2-36
Called from Aeneas__Translate.translate_crate in file "Translate.ml", line 1503, characters 5-42
Called from Dune__exe__Main in file "Main.ml", line 314, characters 14-66
|