Renamed lint groups are not honored in attributes #82813
Labels
A-lint
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.
I tried renaming
rustdoc
torustdoc::all
. I expected this to continue denying rustdoc warnings when I usedeny(rustdoc)
. Instead, it warned that the lint name was outdated, but did not apply the lint level.This is #82615, but for lint groups instead of individual lints. cc #82798
The text was updated successfully, but these errors were encountered: