mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-02 16:28:46 +00:00
2 lines
47 B
Rust
2 lines
47 B
Rust
static FOO: u32 = 1;
|
|
static mut BAR: i32 = 92;
|