rust/tests/ui/feature-gates/issue-43106-gating-of-macro_escape.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
256 B
Plaintext
Raw Normal View History

2020-01-10 14:57:36 +00:00
warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
2018-12-25 15:56:47 +00:00
--> $DIR/issue-43106-gating-of-macro_escape.rs:8:1
|
2018-02-23 00:42:32 +00:00
LL | #![macro_escape]
| ^^^^^^^^^^^^^^^^
|
= help: try an outer attribute: `#[macro_use]`
warning: 1 warning emitted