mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-18 17:40:29 +00:00
12 lines
139 B
Rust
12 lines
139 B
Rust
fn foo() {
|
|
let foo =
|
|
let bar = 1;
|
|
let
|
|
let baz = 92;
|
|
let
|
|
if true {}
|
|
let
|
|
while true {}
|
|
let
|
|
loop {}
|
|
}
|