Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1c1b4f7

Browse files
committed
Add a test for rust-lang#3583
1 parent 0c05a21 commit 1c1b4f7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/source/macros.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,6 @@ pub fn fold_abi<V: Fold + ?Sized>(_visitor: &mut V, _i: Abi) -> Abi {
475475
// #3463
476476
x ! {()}
477477
x ! y {()}
478+
479+
// #3583
480+
foo!(|x = y|);

tests/target/macros.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,3 +1052,6 @@ pub fn fold_abi<V: Fold + ?Sized>(_visitor: &mut V, _i: Abi) -> Abi {
10521052
// #3463
10531053
x! {()}
10541054
x! y {()}
1055+
1056+
// #3583
1057+
foo!(|x = y|);

0 commit comments

Comments
 (0)