]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/deprecated-macro_escape-inner.stderr
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
[rust.git] / src / test / ui / deprecation / deprecated-macro_escape-inner.stderr
1 warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
2   --> $DIR/deprecated-macro_escape-inner.rs:4:5
3    |
4 LL |     #![macro_escape]
5    |     ^^^^^^^^^^^^^^^^
6    |
7    = help: try an outer attribute: `#[macro_use]`
8
9 warning: 1 warning emitted
10