rust/src/test/ui/feature-gate/issue-43106-gating-of-macro_escape.stderr

9 lines
228 B
Plaintext
Raw Normal View History

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
|
2018-02-22 18:42:32 -06:00
LL | #![macro_escape]
| ^^^^^^^^^^^^^^^^
|
= help: try an outer attribute: `#[macro_use]`