This commit is contained in:
Caio 2022-05-10 18:29:35 -03:00
parent fee75fbe11
commit aea3b22b06

View File

@ -0,0 +1,10 @@
// check-pass
// See https://github.com/rust-lang/rust/issues/95151
#[track_caller]
macro_rules! _foo {
() => {};
}
fn main() {
}