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
82 B
Rust
Raw Normal View History

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