mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-02 16:28:46 +00:00
13 lines
95 B
Rust
13 lines
95 B
Rust
fn foo() {
|
|
}
|
|
|
|
bar() {
|
|
if true {
|
|
1
|
|
} else {
|
|
2 + 3
|
|
}
|
|
}
|
|
|
|
fn baz() {
|
|
}
|