diff --git a/src/libsyntax/ext/base.rs b/src/libsyntax/ext/base.rs index 7d802d953b35..b63678881f6c 100644 --- a/src/libsyntax/ext/base.rs +++ b/src/libsyntax/ext/base.rs @@ -420,6 +420,7 @@ impl MacResult for DummyResult { pub enum SyntaxExtension { /// A syntax extension that is attached to an item and creates new items /// based upon it. + #[deprecated="Replaced by MultiDecorator"] Decorator(Box), /// A syntax extension that is attached to an item and creates new items