mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
8 lines
131 B
Rust
8 lines
131 B
Rust
#![allow(unused)]
|
|
|
|
macro_rules! m { ($i) => {} }
|
|
//~^ ERROR missing fragment specifier
|
|
//~| WARN previously accepted
|
|
|
|
fn main() {}
|