Skip to content

Commit e5a41e5

Browse files
committed
Add a test for #2953
1 parent ca19c9a commit e5a41e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/target/obsolete_in_place.rs

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// #2953
2+
3+
macro_rules! demo {
4+
($a:ident <- $b:expr) => {};
5+
}
6+
7+
fn main() {
8+
demo!(i <- 0);
9+
}

0 commit comments

Comments
 (0)