mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
131 B
Rust
9 lines
131 B
Rust
// run-pass
|
|
|
|
mod foo {
|
|
#![macro_escape] //~ WARN `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
|
}
|
|
|
|
fn main() {
|
|
}
|