mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
Update a test
This commit is contained in:
parent
0f6b4977dd
commit
c3d6ae7abe
@ -16,9 +16,9 @@ fn main() {
|
|||||||
// Test case where first chain element isn't a path, but is shorter than
|
// Test case where first chain element isn't a path, but is shorter than
|
||||||
// the size of a tab.
|
// the size of a tab.
|
||||||
x().y(|| match cond() {
|
x().y(|| match cond() {
|
||||||
true => (),
|
true => (),
|
||||||
false => (),
|
false => (),
|
||||||
});
|
});
|
||||||
|
|
||||||
loong_func().quux(move || if true { 1 } else { 2 });
|
loong_func().quux(move || if true { 1 } else { 2 });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user