diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-02-13 15:48:05 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-02-13 15:48:05 +0100 |
| commit | d414a3919740726e18897b6e39f66e8a25f00a5c (patch) | |
| tree | d614147058d895be433d1f915283ced68debe85c /src/libsyntax/feature_gate.rs | |
| parent | cca1cf613b8e535ab274d6ce5aecadf4708990bf (diff) | |
| download | rust-d414a3919740726e18897b6e39f66e8a25f00a5c.tar.gz rust-d414a3919740726e18897b6e39f66e8a25f00a5c.zip | |
Re-tag `slicing_syntax` as `Accepted`.
Rollup merge (373cbab5b08d6630da58f28d2166c19afc327fa6) of PR #20723 accidentally reverted a portion of commit 8327bcc167661c26ca5c6b967309ff745d302329 which shifted `slicing_syntax` from Active to Accepted.
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index ca7ae32f09e..d7cc4adaa57 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -79,7 +79,7 @@ static KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[ ("tuple_indexing", "1.0.0", Accepted), ("associated_types", "1.0.0", Accepted), ("visible_private_types", "1.0.0", Active), - ("slicing_syntax", "1.0.0", Active), + ("slicing_syntax", "1.0.0", Accepted), ("box_syntax", "1.0.0", Active), ("on_unimplemented", "1.0.0", Active), ("simd_ffi", "1.0.0", Active), |
