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