mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
13 lines
142 B
Rust
13 lines
142 B
Rust
fn foo() {
|
|
let foo = 11
|
|
let bar = 1;
|
|
let
|
|
let baz = 92;
|
|
let
|
|
if true {}
|
|
let
|
|
while true {}
|
|
let
|
|
loop {}
|
|
}
|