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.
since
1 parent 89f4183 commit 3855e86Copy full SHA for 3855e86
library/std/src/ffi/os_str.rs
@@ -615,7 +615,7 @@ impl Hash for OsString {
615
}
616
617
618
-#[stable(feature = "os_string_fmt_write", since = "1.63.0")]
+#[stable(feature = "os_string_fmt_write", since = "1.64.0")]
619
impl fmt::Write for OsString {
620
fn write_str(&mut self, s: &str) -> fmt::Result {
621
self.push(s);
0 commit comments