rust-analyzer/tests/data/parser/ok/0025_const_item.rs
2018-02-03 12:05:57 +03:00

2 lines
46 B
Rust

const FOO: u32 = 92;
const mut BAR: u32 = 62;