mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-08 11:18:48 +00:00
5 lines
74 B
Rust
5 lines
74 B
Rust
fn foo() {
|
|
'a: loop {}
|
|
'b: while true {}
|
|
'c: for x in () {}
|
|
}
|