Support lowercase error codes in --explain
#86518
Labels
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-error-codes
Area: Explanation of an error code (--explain)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
It would be nice if
rustc --explain
supported lowercase error codes:The current output is:
Ideally, the command would work regardless of whether you enter
e0106
orE0106
:The text was updated successfully, but these errors were encountered: