mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
10 lines
259 B
Text
10 lines
259 B
Text
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
|
|
|