summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/macro-deprecation.stderr
blob: 07849d7ce5778353f306065830a891fd74d7c170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
warning: use of deprecated macro `local_deprecated`: local deprecation note
  --> $DIR/macro-deprecation.rs:11:5
   |
LL |     local_deprecated!();
   |     ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `deprecated_macro`: deprecation note
  --> $DIR/macro-deprecation.rs:12:5
   |
LL |     deprecated_macro!();
   |     ^^^^^^^^^^^^^^^^

warning: 2 warnings emitted