mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +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
87 B
Plaintext
5 lines
87 B
Plaintext
COMPILATION ERROR: 6: type error in addition(1)
|
|
expected: Int
|
|
actual: T
|
|
EXIT CODE: 255
|