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.
This commit is contained in:
Yuki Okushi
2022-05-11 13:16:35 +09:00
committed by GitHub
@@ -0,0 +1,10 @@
// check-pass
// See https://github.com/rust-lang/rust/issues/95151
#[track_caller]
macro_rules! _foo {
() => {};
}
fn main() {
}