We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846e377 commit fcd6f28Copy full SHA for fcd6f28
compiler/rustc_attr_parsing/src/attributes/deprecation.rs
@@ -58,7 +58,7 @@ impl<S: Stage> SingleAttributeParser<S> for DeprecationParser {
58
Allow(Target::AssocTy),
59
Allow(Target::AssocConst),
60
Allow(Target::Variant),
61
- Allow(Target::Impl { of_trait: false }), //FIXME This does not make sense
+ Allow(Target::Impl { of_trait: false }),
62
Allow(Target::Crate),
63
Error(Target::WherePredicate),
64
]);
0 commit comments