mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-30 23:27:24 +00:00
fix test
This commit is contained in:
parent
2bebdf0b37
commit
3fce56280f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
fn foo() {
|
||||
for x in 0 .. {
|
||||
break;
|
||||
};
|
||||
}
|
||||
for _x in 0 .. (0 .. {1 + 2}).sum::<u32>() {
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue