mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 12:35:31 +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() {}
|