2020-01-10 08:57:36 -06:00
|
|
|
warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-macro_escape.rs:8:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #![macro_escape]
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-01-10 09:13:56 -06:00
|
|
|
= help: try an outer attribute: `#[macro_use]`
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|