@@ -1279,7 +1279,7 @@ impl char { |
|
|
1279 |
1279 |
/// |
1280 |
1280 |
/// [`to_ascii_uppercase()`]: #method.to_ascii_uppercase |
1281 |
1281 |
#[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")] |
1282 |
|
-#[rustc_const_unstable(feature = "const_char_make_ascii", issue = "130698")] |
|
1282 |
+#[rustc_const_unstable(feature = "const_make_ascii", issue = "130698")] |
1283 |
1283 |
#[inline] |
1284 |
1284 |
pub const fn make_ascii_uppercase(&mut self) { |
1285 |
1285 |
*self = self.to_ascii_uppercase(); |
@@ -1305,7 +1305,7 @@ impl char { |
|
|
1305 |
1305 |
/// |
1306 |
1306 |
/// [`to_ascii_lowercase()`]: #method.to_ascii_lowercase |
1307 |
1307 |
#[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")] |
1308 |
|
-#[rustc_const_unstable(feature = "const_char_make_ascii", issue = "130698")] |
|
1308 |
+#[rustc_const_unstable(feature = "const_make_ascii", issue = "130698")] |
1309 |
1309 |
#[inline] |
1310 |
1310 |
pub const fn make_ascii_lowercase(&mut self) { |
1311 |
1311 |
*self = self.to_ascii_lowercase(); |