mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
|
warning: use of deprecated item 'local_deprecated': local deprecation note
|
||
|
--> $DIR/macro-deprecation.rs:11:5
|
||
|
|
|
||
|
LL | local_deprecated!();
|
||
|
| ^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: #[warn(deprecated)] on by default
|
||
|
|
||
|
warning: use of deprecated item 'deprecated_macro': deprecation note
|
||
|
--> $DIR/macro-deprecation.rs:12:5
|
||
|
|
|
||
|
LL | deprecated_macro!();
|
||
|
| ^^^^^^^^^^^^^^^^^^^^
|
||
|
|