mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
warning: use of deprecated macro `call_deprecated::attr`: test
|
|
--> $DIR/call-deprecated.rs:14:3
|
|
|
|
|
LL | #[call_deprecated::attr]
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `#[warn(deprecated)]` on by default
|
|
|
|
warning: use of deprecated macro `call_deprecated::attr_remove`: test
|
|
--> $DIR/call-deprecated.rs:18:3
|
|
|
|
|
LL | #[call_deprecated::attr_remove]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: 2 warnings emitted
|
|
|