rust/tests/ui/proc-macro/call-deprecated.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
428 B
Plaintext
Raw Normal View History

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