-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Support lowercase error codes in --explain #86518
Copy link
Copy link
Closed
Labels
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerArea: rustc_driver that ties everything together into the `rustc` compilerA-error-codesArea: Explanation of an error code (--explain)Area: Explanation of an error code (--explain)C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerArea: rustc_driver that ties everything together into the `rustc` compilerA-error-codesArea: Explanation of an error code (--explain)Area: Explanation of an error code (--explain)C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
It would be nice if
rustc --explainsupported lowercase error codes:The current output is:
Ideally, the command would work regardless of whether you enter
e0106orE0106: