Rollup merge of #22274 - pnkfelix:retag-slicing-syntax-as-accepted, r=nikomatsakis

Re-tag `slicing_syntax` as `Accepted`.

Rollup merge (373cbab5b0) of PR #20723
accidentally reverted a portion of commit
8327bcc167 which shifted
`slicing_syntax` from Active to Accepted.
This commit is contained in:
Manish Goregaokar 2015-02-15 18:28:14 +05:30
commit 33371bfc41

View File

@ -79,7 +79,7 @@ static KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[
("tuple_indexing", "1.0.0", Accepted), ("tuple_indexing", "1.0.0", Accepted),
("associated_types", "1.0.0", Accepted), ("associated_types", "1.0.0", Accepted),
("visible_private_types", "1.0.0", Active), ("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), ("box_syntax", "1.0.0", Active),
("on_unimplemented", "1.0.0", Active), ("on_unimplemented", "1.0.0", Active),
("simd_ffi", "1.0.0", Active), ("simd_ffi", "1.0.0", Active),