rust/tests/ui/macros/issue-39404.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
131 B
Rust
Raw Normal View History

#![allow(unused)]
2017-02-26 03:25:22 +00:00
macro_rules! m { ($i) => {} }
//~^ ERROR missing fragment specifier
//~| WARN previously accepted
2017-02-26 03:25:22 +00:00
fn main() {}