1
Fork 0
rust/tests/ui/parser/issue-119042.rs

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

8 lines
90 B
Rust
Raw Normal View History

// check-pass
macro_rules! a { ($ty:ty) => {} }
a! { for<T = &i32> fn() }
fn main() {}