bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f4cb0ff
rust-analyzer
/ crates/syntax/test_data/parser/err/0034_bad_box_pattern.rs
Raw
1
2
3
4
5
6
fn main() { let ref box i = (); let mut box i = (); let ref mut box i = (); }