mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 15:06:20 +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
|
|
|