mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 08:20:12 +01:00
Most interesting changes should be ast/source_location.h and syntax/parse_and_lex_context.h
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
COMPILATION ERROR: executable_semantics/testdata/tuple_equality3.carbon:8: type error in ==
|
|
expected: (0 = i32, 1 = i32)
|
|
actual: (0 = i32)
|
|
EXIT CODE: 255
|