diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2019-12-27 14:07:16 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2019-12-27 14:07:16 +0100 |
| commit | 1c572a2d6e7b9fe0d8dad4840c72ccc3f4add47b (patch) | |
| tree | 5495e5d32b9ab4808c83992cdc1e4a3f6d789bf6 /src/libsyntax | |
| parent | 8f5f8f916f00f7989a4ebf7b7dbfe1afd605f828 (diff) | |
| download | rust-1c572a2d6e7b9fe0d8dad4840c72ccc3f4add47b.tar.gz rust-1c572a2d6e7b9fe0d8dad4840c72ccc3f4add47b.zip | |
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/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 31370e2c92e..7b8819377e6 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -11,7 +11,6 @@ #![feature(const_transmute)] #![feature(crate_visibility_modifier)] #![feature(label_break_value)] -#![feature(matches_macro)] #![feature(nll)] #![feature(try_trait)] #![feature(slice_patterns)] |
