The compiler gets hopelessly confused on enum S(usize);
#80043
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
C-bug
Category: This is a bug.
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I think the error speaks for itself.
Here is the change I made, applied to 025f0e649e3a9869e42148ee8cf3041e24a13e8c.
errors.log edit: this is the wrong logfile, see below
I think the main thing making this so awful (1429 errors) is that it continues to try and do name resolution afterwards. I would not expect any errors other than further syntax errors to be reported.
The text was updated successfully, but these errors were encountered: