rust/src/test/ui/proc-macro/attributes-on-definitions.stderr
Andy Russell 0b32008642
report kind of deprecated item in message
This is important for fields, which are incorrectly referred to as
"items".
2020-07-26 13:58:31 -04:00

11 lines
299 B
Plaintext

warning: use of deprecated macro `attributes_on_definitions::with_attrs`: test
--> $DIR/attributes-on-definitions.rs:8:1
|
LL | attributes_on_definitions::with_attrs!();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: 1 warning emitted