mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-09 03:38:47 +00:00
6 lines
74 B
Rust
6 lines
74 B
Rust
|
fn foo() {
|
||
|
'a: loop {}
|
||
|
'b: while true {}
|
||
|
'c: for x in () {}
|
||
|
}
|