Bend/tests/snapshots/compile_file__error_messages.bend.snap

11 lines
366 B
Plaintext
Raw Normal View History

2024-03-01 20:32:14 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/error_messages.bend
2024-03-01 20:32:14 +03:00
---
Errors:
2024-05-10 22:42:32 +03:00
In definition 'Foo':
Unbound constructor 'C' in pattern matching rule.
Unbound constructor 'D' in pattern matching rule.
In definition 'Foo2':
Unbound constructor 'E' in pattern matching rule.