rust/library/core
bors 24bbf7ac2f Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se
Allow leading pipe in `matches!()` patterns.

This is allowed in `match` statement, and stated in https://internals.rust-lang.org/t/leading-pipe-in-core-matches/14699/2 that it should be allowed in these macros too.
2021-08-02 00:13:40 +00:00
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se 2021-08-02 00:13:40 +00:00
tests Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se 2021-08-02 00:13:40 +00:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00