Skip to content

Commit

Permalink
Fixed incorrect reference to issue #23121.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Regueiro committed Dec 7, 2018
1 parent f81b8cf commit ce9850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -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.
Expand Down

0 comments on commit ce9850b

Please sign in to comment.