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