2017-12-06 02:27:47 -06:00
|
|
|
warning: macro_escape is a deprecated synonym for macro_use
|
2018-03-12 15:21:43 -05:00
|
|
|
--> $DIR/issue-43106-gating-of-macro_escape.rs:18: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
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider an outer attribute, #[macro_use] mod ...
|
|
|
|
|