2020-07-25 12:49:46 -05:00
|
|
|
warning: use of deprecated macro `local_deprecated`: local deprecation note
|
2019-06-21 18:44:45 -05:00
|
|
|
--> $DIR/macro-deprecation.rs:11:5
|
|
|
|
|
|
|
|
|
LL | local_deprecated!();
|
2019-07-03 15:59:03 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2019-06-21 18:44:45 -05:00
|
|
|
|
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[warn(deprecated)]` on by default
|
2019-06-21 18:44:45 -05:00
|
|
|
|
2020-07-25 12:49:46 -05:00
|
|
|
warning: use of deprecated macro `deprecated_macro`: deprecation note
|
2019-06-21 18:44:45 -05:00
|
|
|
--> $DIR/macro-deprecation.rs:12:5
|
|
|
|
|
|
|
|
|
LL | deprecated_macro!();
|
2019-07-03 15:59:03 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2019-06-21 18:44:45 -05:00
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 2 warnings emitted
|
|
|
|
|