Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
deprecation
/
deprecated-macro_escape-inner.rs
blob: a5e81d305eddbd4118b2f89f4e6bf9c41c4a4c39 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
mod
foo
{
#![
macro_escape
]
//~ WARN `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
}
fn
main
()
{
}