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