Ungate the UNKNOWN_OR_MALFORMED_DIAGNOSTIC_ATTRIBUTES
lint
This was missed during stablisation of the `#[diagnostic]` attribute namespace. Fixes #122446
This commit is contained in:
parent
6f3eb1ce3d
commit
25411113c1
3 changed files with 21 additions and 1 deletions
|
@ -4341,7 +4341,6 @@ declare_lint! {
|
|||
pub UNKNOWN_OR_MALFORMED_DIAGNOSTIC_ATTRIBUTES,
|
||||
Warn,
|
||||
"unrecognized or malformed diagnostic attribute",
|
||||
@feature_gate = sym::diagnostic_namespace;
|
||||
}
|
||||
|
||||
declare_lint! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue