mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 14:40:11 +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
101 B
Plaintext
5 lines
101 B
Plaintext
COMPILATION ERROR: 8: type error in ==
|
|
expected: (0 = Int, 1 = Int)
|
|
actual: (0 = Int)
|
|
EXIT CODE: 255
|