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