mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 15:12:56 +00:00
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 commit8327bcc167
which shifted `slicing_syntax` from Active to Accepted.
This commit is contained in:
commit
33371bfc41
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user