Files
rust/src/libcore
Mazdak Farrokhzad 5ea69781f4 Rollup merge of #67966 - popzxc:core-std-matches, r=Centril
Use matches macro in libcore and libstd

This PR replaces matches like

```rust
match var {
    value => true,
    _ => false,
}
```

with use of `matches!` macro.

r? @Centril
2020-01-09 00:22:10 +01:00
..
2019-12-22 17:42:47 -05:00
2019-12-22 17:42:47 -05:00
2019-12-23 20:46:42 -05:00
2020-01-06 04:33:31 +00:00
2020-01-06 04:33:31 +00:00
2020-01-06 01:55:24 +00:00
2019-11-26 23:02:11 -08:00
2019-12-27 23:21:27 +10:00
2020-01-02 00:59:26 +03:00
2019-12-22 17:42:47 -05:00
2019-12-22 17:42:47 -05:00
2019-11-26 23:02:11 -08:00
2019-12-22 17:42:47 -05:00
2019-12-22 17:42:47 -05:00
2020-01-08 07:10:28 +03:00
2019-11-26 23:02:11 -08:00
2020-01-02 00:59:26 +03:00
2020-01-06 04:33:31 +00:00
2019-12-22 17:42:47 -05:00
2019-11-26 23:02:11 -08:00
2019-11-26 23:02:11 -08:00