mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-08 03:08:48 +00:00
5 lines
52 B
Rust
5 lines
52 B
Rust
|
fn main() {
|
||
|
let &a = ();
|
||
|
let &mut b = ();
|
||
|
}
|