leo/tests/expectations/compiler/circuits/inline_member_pass.out

6 lines
526 B
Plaintext
Raw Normal View History

2022-06-23 11:38:33 +03:00
---
namespace: Compile
2022-07-08 06:16:37 +03:00
expectation: Fail
2022-06-23 11:38:33 +03:00
outputs:
2022-07-20 21:19:00 +03:00
- "Error [ETYC0372005]: Unknown variable `b`\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^\nError [ETYC0372004]: Could not determine the type of `b`\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^\nError [ETYC0372003]: Expected type `u8` but type `no type` was found\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^^^^^^^^\n"