mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-29 23:14:49 +00:00
6 lines
74 B
Rust
6 lines
74 B
Rust
fn foo() {
|
|
'a: loop {}
|
|
'b: while true {}
|
|
'c: for x in () {}
|
|
}
|