mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-24 14:17:18 +00:00
8 lines
95 B
Rust
8 lines
95 B
Rust
fn main() {
|
|
match () {
|
|
92 => (),
|
|
'c' => (),
|
|
"hello" => (),
|
|
}
|
|
}
|