From: Alexander Regueiro Date: Fri, 7 Dec 2018 02:31:02 +0000 (+0000) Subject: Fixed incorrect reference to issue #23121. X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ce9850b953ac3527ddea4b0258718644c97b8667;p=rust.git Fixed incorrect reference to issue #23121. --- diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index e038f4dc677..1a4de59cce6 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -197,7 +197,7 @@ pub fn walk_feature_fields(&self, mut f: F) // 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.