Fixed incorrect reference to issue #23121.

This commit is contained in:
Alexander Regueiro 2018-12-07 02:31:02 +00:00
parent f81b8cfd8d
commit ce9850b953

View file

@ -197,7 +197,7 @@ declare_features! (
// rustc internal
(active, allow_internal_unsafe, "1.0.0", None, None),
// Allows the use of slice patterns (RFC 23121).
// Allows the use of slice patterns (issue #23121).
(active, slice_patterns, "1.0.0", Some(23121), None),
// Allows the definition of `const` functions with some advanced features.