mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Add a test for #3583
This commit is contained in:
parent
0c05a21b3a
commit
1c1b4f76bd
@ -475,3 +475,6 @@ pub fn fold_abi<V: Fold + ?Sized>(_visitor: &mut V, _i: Abi) -> Abi {
|
||||
// #3463
|
||||
x ! {()}
|
||||
x ! y {()}
|
||||
|
||||
// #3583
|
||||
foo!(|x = y|);
|
||||
|
@ -1052,3 +1052,6 @@ pub fn fold_abi<V: Fold + ?Sized>(_visitor: &mut V, _i: Abi) -> Abi {
|
||||
// #3463
|
||||
x! {()}
|
||||
x! y {()}
|
||||
|
||||
// #3583
|
||||
foo!(|x = y|);
|
||||
|
Loading…
Reference in New Issue
Block a user