2020-01-10 14:57:36 +00:00
|
|
|
warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/deprecated-macro_escape.rs:3:1
|
2017-05-13 17:54:50 +08:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[macro_escape]
|
2017-05-13 17:54:50 +08:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|