mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
|
--> $DIR/issue-43106-gating-of-macro_escape.rs:8:1
|
|
|
|
|
LL | #![macro_escape]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: try an outer attribute: `#[macro_use]`
|
|
|
|
warning: 1 warning emitted
|
|
|