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.
2 parents 3091961 + 4c0f01c commit c9b7014Copy full SHA for c9b7014
src/libcore/str/mod.rs
@@ -2214,7 +2214,7 @@ impl str {
2214
/// modified in a way that it remains valid UTF-8.
2215
///
2216
/// [`u8`]: primitive.u8.html
2217
- #[unstable(feature = "str_as_mut_ptr", issue = "58215")]
+ #[stable(feature = "str_as_mut_ptr", since = "1.36.0")]
2218
#[inline]
2219
pub fn as_mut_ptr(&mut self) -> *mut u8 {
2220
self as *mut str as *mut u8
0 commit comments