We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bbba2 commit a996f2cCopy full SHA for a996f2c
src/libcore/str/mod.rs
@@ -2223,7 +2223,7 @@ impl str {
2223
/// modified in a way that it remains valid UTF-8.
2224
///
2225
/// [`u8`]: primitive.u8.html
2226
- #[unstable(feature = "str_as_mut_ptr", issue = "0")]
+ #[unstable(feature = "str_as_mut_ptr", issue = "58215")]
2227
#[inline]
2228
pub fn as_mut_ptr(&mut self) -> *mut u8 {
2229
self as *mut str as *mut u8
0 commit comments