Errors reported in rustc_lint::levels::LintLevelsBuilder::push
occurs multiple times
#73301
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
It seems errors (validation failures) reported from
rustc_lint::levels::LintLevelsBuilder::push
will occur multiple times. Examples areE0453
(not covered by tests) andE0763
(being added in #73300 , unit test reflecting this problem). I'm not sure what's the best way forward.The text was updated successfully, but these errors were encountered: