diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-12-28 00:36:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-28 00:36:17 +0100 |
| commit | 335c887721654c96eac1a61903489ef56b9e159f (patch) | |
| tree | 2e137ca55d614c39e95ae0a6b63ec74f71631a34 /src/libstd | |
| parent | 9eb45e38dcd59b3d6eea702c62547896894adede (diff) | |
| parent | 1c572a2d6e7b9fe0d8dad4840c72ccc3f4add47b (diff) | |
| download | rust-335c887721654c96eac1a61903489ef56b9e159f.tar.gz rust-335c887721654c96eac1a61903489ef56b9e159f.zip | |
Rollup merge of #67659 - SimonSapin:matches, r=rkruppe
Stabilize the `matches!` macro Fixes https://github.com/rust-lang/rust/issues/65721 FCP: https://github.com/rust-lang/rust/issues/65721#issuecomment-569118119
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 82c8dc1237e..930bf397bc4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -277,7 +277,6 @@ #![feature(linkage)] #![feature(log_syntax)] #![feature(manually_drop_take)] -#![feature(matches_macro)] #![feature(maybe_uninit_ref)] #![feature(maybe_uninit_slice)] #![feature(needs_panic_runtime)] |
