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

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

9 lines
81 B
Rust
Raw Normal View History

2019-08-01 16:41:10 -05:00
// check-pass
#![feature(decl_macro)]
macro foo {
() => {},
}
fn main() {}