]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/call-deprecated.stderr
Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj
[rust.git] / tests / ui / proc-macro / call-deprecated.stderr
1 warning: use of deprecated macro `call_deprecated::attr`: test
2   --> $DIR/call-deprecated.rs:14:3
3    |
4 LL | #[call_deprecated::attr]
5    |   ^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 warning: use of deprecated macro `call_deprecated::attr_remove`: test
10   --> $DIR/call-deprecated.rs:18:3
11    |
12 LL | #[call_deprecated::attr_remove]
13    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15 warning: 2 warnings emitted
16