rust/crates/ra_hir
Michael Killough b42c5ced68 Implement BindingMode for pattern matching.
Implement `BindingMode` for pattern matching, so that types can be
correctly inferred using match ergonomics. The binding mode defaults to
`Move` (referred to as 'BindingMode::BindByValue` in rustc), and is
updated by automatic dereferencing of the value being matched.
2019-03-16 18:13:13 +00:00
..
src Implement BindingMode for pattern matching. 2019-03-16 18:13:13 +00:00
Cargo.toml Updates 2019-03-05 10:26:36 -05:00