bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f4cb0ff
rust-analyzer
/ crates/syntax/test_data/parser/ok/0023_static_items.rs
Raw
1
2
static FOO: u32 = 1; static mut BAR: i32 = 92;