2017-12-06 09:27:47 +01:00
|
|
|
warning: macro_escape is a deprecated synonym for macro_use
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-43106-gating-of-macro_escape.rs:8:1
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #![macro_escape]
|
2017-12-06 09:27:47 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-23 21:26:01 +02:00
|
|
|
= help: consider an outer attribute, `#[macro_use]` mod ...
|
2017-12-06 09:27:47 +01:00
|
|
|
|