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