mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 12:10:10 +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
98 B
Plaintext
5 lines
98 B
Plaintext
COMPILATION ERROR: 10: type error in argument deduction
|
|
expected: Int
|
|
actual: Bool
|
|
EXIT CODE: 255
|