mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
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:
@@ -0,0 +1,10 @@
|
||||
// check-pass
|
||||
|
||||
// See https://github.com/rust-lang/rust/issues/95151
|
||||
#[track_caller]
|
||||
macro_rules! _foo {
|
||||
() => {};
|
||||
}
|
||||
|
||||
fn main() {
|
||||
}
|
||||
Reference in New Issue
Block a user