--- namespace: Compile expectation: Fail outputs: - "Error [ETYC0372003]: Expected type `bool` 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"