]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/macro-deprecation.stderr
New upstream version 1.66.0+dfsg1
[rustc.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