Files
rust/crates
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
..
2019-02-11 10:20:04 +02:00
2019-03-02 16:56:09 +03:00
2019-03-05 10:26:36 -05:00
2019-02-11 10:20:04 +02:00
2019-03-08 16:45:26 -05:00
2019-03-05 10:26:36 -05:00
2019-03-03 20:33:50 +01:00
2019-03-10 14:35:25 -03:00
2019-03-10 14:35:25 -03:00
2019-02-12 20:57:13 +03:00
2019-02-19 20:06:53 +03:00
2019-03-05 18:19:36 -03:00