-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Renamed lint groups are not honored in attributes #82813
Copy link
Copy link
Closed
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-bugCategory: This is a bug.Category: This is a bug.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-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-bugCategory: This is a bug.Category: This is a bug.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.
I tried renaming
rustdoctorustdoc::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