mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 22:02:28 +01:00
Most interesting changes should be ast/source_location.h and syntax/parse_and_lex_context.h
5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
COMPILATION ERROR: executable_semantics/testdata/class_field_missing.carbon:11: type error in call
|
|
expected: (x = i32, y = i32)
|
|
actual: (x = i32)
|
|
EXIT CODE: 255
|