Bend/tests/snapshots/run_file__match_vars.bend.snap
2024-05-15 00:25:46 +02:00

10 lines
432 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/match_vars.bend
---
Errors:
In definition 'main':
Irrefutable 'match' expression. All cases after variable pattern 'true' will be ignored.
Note that to use a 'match' expression, the matched constructors need to be defined in a 'data' definition.
If this is not a mistake, consider using a 'let' expression instead.