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 f97cff9 commit 6f233aaCopy full SHA for 6f233aa
src/libsyntax/ext/base.rs
@@ -420,6 +420,7 @@ impl MacResult for DummyResult {
420
pub enum SyntaxExtension {
421
/// A syntax extension that is attached to an item and creates new items
422
/// based upon it.
423
+ #[deprecated="Replaced by MultiDecorator"]
424
Decorator(Box<ItemDecorator + 'static>),
425
426
0 commit comments