blob: c63dd00119aca52d97e42adbf8f69b6c61c9997c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|