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

6 lines
338 B
Plaintext
Raw Normal View History

2022-10-13 21:51:44 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-11-23 04:55:12 +03:00
- "Error [ETYC0372055]: A struct cannot contain a tuple.\n --> compiler-test:5:9\n |\n 5 | mem: (u8, u16)\n | ^^^\nError [ETYC0372055]: A struct cannot contain a tuple.\n --> compiler-test:9:9\n |\n 9 | mems: (A, A)\n | ^^^^\n"