mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-20 19:52:48 +00:00
fix test
This commit is contained in:
parent
2bebdf0b37
commit
3fce56280f
@ -1,8 +1,8 @@
|
||||
fn foo() {
|
||||
for x in 0 .. {
|
||||
break;
|
||||
};
|
||||
}
|
||||
for _x in 0 .. (0 .. {1 + 2}).sum::<u32>() {
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user