Skip to content

Commit 514b585

Browse files
authored
Rollup merge of #96925 - c410-f3r:z-errors, r=JohnTitor
Fix issue #95151 Fixes #95151 Nothing special here, just a test for a thing that used to ICE.
2 parents 304c116 + aea3b22 commit 514b585

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)