]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-deprecation.stderr
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
[rust.git] / src / test / ui / macros / macro-deprecation.stderr
1 warning: use of deprecated macro `local_deprecated`: local deprecation note
2   --> $DIR/macro-deprecation.rs:11:5
3    |
4 LL |     local_deprecated!();
5    |     ^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 warning: use of deprecated macro `deprecated_macro`: deprecation note
10   --> $DIR/macro-deprecation.rs:12:5
11    |
12 LL |     deprecated_macro!();
13    |     ^^^^^^^^^^^^^^^^
14
15 warning: 2 warnings emitted
16