mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 22:02:28 +01:00
This is intended to: - Standardize use of line_num (and highlight where no line_num is available). - Standardize indications of runtime/compilation errors. - Make it incrementally easier to write new errors. Co-authored-by: Chandler Carruth <chandlerc@gmail.com>
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
COMPILATION ERROR: 8: type error in pattern variable
|
|
expected: (x = Int, y = Int)
|
|
actual: (y = Int, x = Int)
|
|
EXIT CODE: 255
|