mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 08:18:44 +00:00
7 lines
128 B
Rust
7 lines
128 B
Rust
//@ run-pass
|
|
|
|
#[macro_escape] //~ WARNING `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
|
|
mod foo {}
|
|
|
|
fn main() {}
|