force-warns panics with unknown lint name #86958
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Using the
--force-warns
option with an unknown lint name causes an ICE.I expected to see this happen: Issue a E0602 error.
Meta
rustc --version --verbose
:Backtrace
cc @rylev
The text was updated successfully, but these errors were encountered: