]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/issue-43106-gating-of-macro_escape.stderr
Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=Urgau
[rust.git] / src / test / ui / feature-gates / issue-43106-gating-of-macro_escape.stderr
1 warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
2   --> $DIR/issue-43106-gating-of-macro_escape.rs:8:1
3    |
4 LL | #![macro_escape]
5    | ^^^^^^^^^^^^^^^^
6    |
7    = help: try an outer attribute: `#[macro_use]`
8
9 warning: 1 warning emitted
10