rust/tests/ui/deprecation/deprecated-macro_escape-inner.stderr

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

11 lines
259 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/deprecated-macro_escape-inner.rs:4:5
|
2019-03-09 06:03:44 -06:00
LL | #![macro_escape]
| ^^^^^^^^^^^^^^^^
|
= help: try an outer attribute: `#[macro_use]`
warning: 1 warning emitted