Closed
Description
Meta
$ rustc --version
rustc 1.9.0-beta.1 (37a2869af 2016-04-12)
STR
fn main() {
a;
"".lorem;
"".ipsum;
}
Expected Results
3 errors are reported, followed by "error: aborting due to 3 previous errors".
Actual Result
3 errors are reported, but the errors reported count only counts the 2 errors from the type-checking pass - so "error: aborting due to 2 previous errors" is printed.
Metadata
Metadata
Assignees
Labels
Area: Messages for errors, warnings, and lintsCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Medium priorityRelevant to the compiler team, which will review and decide on the PR/issue.