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

9 lines
230 B
Plaintext
Raw Normal View History

warning: macro_escape is a deprecated synonym for macro_use
--> $DIR/issue-43106-gating-of-macro_escape.rs:18:1
|
2018-02-22 18:42:32 -06:00
LL | #![macro_escape]
| ^^^^^^^^^^^^^^^^
|
= help: consider an outer attribute, #[macro_use] mod ...