diff options
| author | bors <bors@rust-lang.org> | 2025-04-10 00:43:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-04-10 00:43:25 +0000 |
| commit | 6813f955a616999109ff69c48bbad6be33c6cdb3 (patch) | |
| tree | f423c6c225d7af02183062217e7f5b0cc60e2603 /library/std/src/ffi/mod.rs | |
| parent | 51548ce71fe80b5ca7aef00e6f1bf2491df98c79 (diff) | |
| parent | 5a5bda52f09214c5771cf0b2be5f4579a0d888c7 (diff) | |
| download | rust-6813f955a616999109ff69c48bbad6be33c6cdb3.tar.gz rust-6813f955a616999109ff69c48bbad6be33c6cdb3.zip | |
Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu
Bump boostrap compiler to new beta try-job: `*msvc*`
Diffstat (limited to 'library/std/src/ffi/mod.rs')
| -rw-r--r-- | library/std/src/ffi/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/ffi/mod.rs b/library/std/src/ffi/mod.rs index 860ec3a6be1..d34e3ca00b9 100644 --- a/library/std/src/ffi/mod.rs +++ b/library/std/src/ffi/mod.rs @@ -201,5 +201,5 @@ pub use self::c_str::{CStr, CString}; #[doc(inline)] pub use self::os_str::{OsStr, OsString}; -#[stable(feature = "os_str_display", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "os_str_display", since = "1.87.0")] pub mod os_str; |
