mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-30 15:03:42 +00:00
13 lines
95 B
Rust
13 lines
95 B
Rust
fn foo() {
|
|
}
|
|
|
|
bar() {
|
|
if true {
|
|
1
|
|
} else {
|
|
2 + 3
|
|
}
|
|
}
|
|
|
|
fn baz() {
|
|
}
|