mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 07:37:30 +00:00
Centralize box
pattern tests in patterns.rs
This commit is contained in:
parent
1e991f2eaf
commit
83433cd1f0
3 changed files with 6 additions and 7 deletions
|
@ -0,0 +1,6 @@
|
|||
fn main() {
|
||||
let ref box i = ();
|
||||
let mut box i = ();
|
||||
let ref mut box i = ();
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue