mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
|
--> $DIR/deprecated-macro_escape-inner.rs:4:5
|
|
|
|
|
LL | #![macro_escape]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: try an outer attribute: `#[macro_use]`
|
|
|
|
warning: 1 warning emitted
|
|
|