]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-39404.rs
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / ui / macros / issue-39404.rs
1 #![allow(unused)]
2
3 macro_rules! m { ($i) => {} }
4 //~^ ERROR missing fragment specifier
5 //~| WARN previously accepted
6
7 fn main() {}