mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +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
|
||||
// the size of a tab.
|
||||
x().y(|| match cond() {
|
||||
true => (),
|
||||
false => (),
|
||||
});
|
||||
true => (),
|
||||
false => (),
|
||||
});
|
||||
|
||||
loong_func().quux(move || if true { 1 } else { 2 });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user