Skip to content

Commit d414a39

Browse files
committed
Re-tag slicing_syntax as Accepted.
Rollup merge (373cbab) of PR #20723 accidentally reverted a portion of commit 8327bcc which shifted `slicing_syntax` from Active to Accepted.
1 parent cca1cf6 commit d414a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[
7979
("tuple_indexing", "1.0.0", Accepted),
8080
("associated_types", "1.0.0", Accepted),
8181
("visible_private_types", "1.0.0", Active),
82-
("slicing_syntax", "1.0.0", Active),
82+
("slicing_syntax", "1.0.0", Accepted),
8383
("box_syntax", "1.0.0", Active),
8484
("on_unimplemented", "1.0.0", Active),
8585
("simd_ffi", "1.0.0", Active),

0 commit comments

Comments
 (0)