leo/tests/expectations/compiler/tuple/singleton_tuple_fail.out

6 lines
222 B
Plaintext
Raw Normal View History

2022-10-12 08:11:28 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-11-08 21:15:43 +03:00
- "Error [EPAR0370030]: A tuple type must have at least two elements.\n --> compiler-test:7:16\n |\n 7 | let c: (u8) = (a);\n | ^^^^"