We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
slicing_syntax
Accepted
1 parent cca1cf6 commit d414a39Copy full SHA for d414a39
src/libsyntax/feature_gate.rs
@@ -79,7 +79,7 @@ static KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[
79
("tuple_indexing", "1.0.0", Accepted),
80
("associated_types", "1.0.0", Accepted),
81
("visible_private_types", "1.0.0", Active),
82
- ("slicing_syntax", "1.0.0", Active),
+ ("slicing_syntax", "1.0.0", Accepted),
83
("box_syntax", "1.0.0", Active),
84
("on_unimplemented", "1.0.0", Active),
85
("simd_ffi", "1.0.0", Active),
0 commit comments