mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 02:40:45 +00:00
6 lines
87 B
Rust
6 lines
87 B
Rust
#![allow(unused_macros)]
|
|
|
|
macro m() {} //~ ERROR `macro` is experimental
|
|
|
|
fn main() {}
|