mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
break&continue
This commit is contained in:
parent
a66c94af1b
commit
719710a132
8 changed files with 156 additions and 13 deletions
|
@ -0,0 +1,6 @@
|
|||
fn foo() {
|
||||
loop {
|
||||
continue;
|
||||
continue 'l;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue