mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 09:22:35 +00:00
7 lines
127 B
Rust
7 lines
127 B
Rust
// run-pass
|
|
|
|
#[macro_escape] //~ WARNING `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
|
mod foo {}
|
|
|
|
fn main() {}
|