Skip to content

Commit aea3b22

Browse files
committed
Fix issue rust-lang#95151
1 parent fee75fb commit aea3b22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// check-pass
2+
3+
// See https://github.com/rust-lang/rust/issues/95151
4+
#[track_caller]
5+
macro_rules! _foo {
6+
() => {};
7+
}
8+
9+
fn main() {
10+
}

0 commit comments

Comments
 (0)