]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-deprecation.stderr
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
[rust.git] / src / test / ui / macros / macro-deprecation.stderr
1 warning: use of deprecated item '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 item 'deprecated_macro': deprecation note
10   --> $DIR/macro-deprecation.rs:12:5
11    |
12 LL |     deprecated_macro!();
13    |     ^^^^^^^^^^^^^^^^
14
15 warning: 2 warnings emitted
16