summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/auxiliary/deprecated-macros.rs
blob: 657a7252a36ded1ebfd4c5c319e83a846515eedf (plain)
1
2
3
#[deprecated(since = "1.0.0", note = "deprecation note")]
#[macro_export]
macro_rules! deprecated_macro{ () => () }