Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
deprecation
/
deprecated-macro_escape-inner.rs
blob: a5e81d305eddbd4118b2f89f4e6bf9c41c4a4c39 [
file
] [
log
] [
blame
]
//@ run-pass
mod
foo
{
#![
macro_escape
]
//~ WARN `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
}
fn
main
()
{
}