bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
13f7536
rust-analyzer
/ crates/parser/test_data/parser/inline/ok/slice_pat.rs
Raw
1
2
3
4
fn main() { let [a, b, ..] = []; let [| a, ..] = []; }