mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Auto merge of #146029 - JonathanBrouwer:incorrect-fixme, r=jdonszelmann
Remove incorrect fixme on deprecation target This does actually working suprisingly enough, applying deprecation to all methods in the impl block r? `@jdonszelmann`
This commit is contained in:
@@ -58,7 +58,7 @@ impl<S: Stage> SingleAttributeParser<S> for DeprecationParser {
|
||||
Allow(Target::AssocTy),
|
||||
Allow(Target::AssocConst),
|
||||
Allow(Target::Variant),
|
||||
Allow(Target::Impl { of_trait: false }), //FIXME This does not make sense
|
||||
Allow(Target::Impl { of_trait: false }),
|
||||
Allow(Target::Crate),
|
||||
Error(Target::WherePredicate),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user