leo/tests/expectations/compiler/tuple/declare_fail.out
2022-08-01 14:14:39 -07:00

6 lines
303 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372003]: Expected type `boolean` but type `u64` was found\n --> compiler-test:4:31\n |\n 4 | let t: (bool, bool) = (a, 1u64); // We should be declaring to a boolean, not a u64.\n | ^^^^\n"