1warning: use of deprecated macro `local_deprecated`: local deprecation note
2  --> $DIR/macro-deprecation.rs:11:5
3   |
4LL |     local_deprecated!();
5   |     ^^^^^^^^^^^^^^^^
6   |
7   = note: `#[warn(deprecated)]` on by default
8
9warning: use of deprecated macro `deprecated_macro`: deprecation note
10  --> $DIR/macro-deprecation.rs:12:5
11   |
12LL |     deprecated_macro!();
13   |     ^^^^^^^^^^^^^^^^
14
15warning: 2 warnings emitted
16
17