about summary refs log tree commit diff
path: root/library/std/src/os
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2025-09-14 10:30:29 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2025-09-26 18:41:32 -0400
commit4e9716fbc5fb0f85d838ee9350ade2be5c2a6201 (patch)
treebd46c3e45949b5af89d2a8c436e7883c32f6815c /library/std/src/os
parent54a8a1db604e4caff93e26e167ad4a6fde9f0681 (diff)
downloadrust-4e9716fbc5fb0f85d838ee9350ade2be5c2a6201.tar.gz
rust-4e9716fbc5fb0f85d838ee9350ade2be5c2a6201.zip
Update CURRENT_RUSTC_VERSION post-bump
Diffstat (limited to 'library/std/src/os')
-rw-r--r--library/std/src/os/windows/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/windows/ffi.rs b/library/std/src/os/windows/ffi.rs
index 345d5b74285..20e5383dc09 100644
--- a/library/std/src/os/windows/ffi.rs
+++ b/library/std/src/os/windows/ffi.rs
@@ -141,7 +141,7 @@ impl OsStrExt for OsStr {
 pub struct EncodeWide<'a> {
     inner: alloc::wtf8::EncodeWide<'a>,
 }
-#[stable(feature = "encode_wide_debug", since = "CURRENT_RUSTC_VERSION")]
+#[stable(feature = "encode_wide_debug", since = "1.91.0")]
 impl fmt::Debug for EncodeWide<'_> {
     fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
         fmt::Debug::fmt(&self.inner, f)