mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
|
--> $DIR/deprecated-macro_escape.rs:3:1
|
|
|
|
|
LL | #[macro_escape]
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|