Uh oh!
There was an error while loading. Please reload this page.
Stabilize core::ffi::CStr, alloc::ffi::CString, and friends - #99277
Conversation
Stabilize the `core_c_str` and `alloc_c_string` feature gates. Change `std::ffi` to re-export these types rather than creating type aliases, since they now have matching stability.
rustbot
commented
Jul 15, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jul 15, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
joshtriplett
commented
Jul 15, 2022
FCP to stabilize completed in #98314 . |
Mark-Simulacrum
commented
Jul 15, 2022
@bors r+ rollup |
bors
commented
Jul 15, 2022
…loc-cstring, r=Mark-Simulacrum Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends Stabilize the `core_c_str` and `alloc_c_string` feature gates. Change `std::ffi` to re-export these types rather than creating type aliases, since they now have matching stability.
Rollup of 7 pull requests Successful merges: - rust-lang#98387 (Add new unstable API `downcast` to `std::io::Error`) - rust-lang#98662 (Add std::fs::write documentation precision) - rust-lang#99253 (Remove FIXME from MIR `always_storage_live_locals`) - rust-lang#99264 (Fix typo in mod.rs) - rust-lang#99270 (Add `#[must_use]` to `Box::from_raw`) - rust-lang#99277 (Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends) - rust-lang#99307 (Add regression test for rust-lang#64401) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Stabilize the
core_c_strandalloc_c_stringfeature gates.Change
std::ffito re-export these types rather than creating typealiases, since they now have matching stability.