]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/issue-43106-gating-of-macro_escape.stderr
Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-borrow...
[rust.git] / tests / 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