-
Couldn't load subscription status.
- Fork 13.9k
Rollup of 7 pull requests #99305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 7 pull requests #99305
Conversation
that accepts `ErrorData<Box<Custom>>` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
that accepts `ErrorData<Box<Custom>>` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
As mentioned in rust-lang#97947, the documentation is updated
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Co-authored-by: Jane Losare-Lusby <jlusby42@gmail.com>
constuct -> construct
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.
…chenkov Implement set_output_kind for Emscripten linker This is on top of rust-lang#98149. See also the earlier discussion on rust-lang#98303. With this PR, a crate that specifies that it is a cdylib will compile to a working Emscripten dynamic library without adding any extra cargo, rustc, or linker flags and without fiddling with environment variables. `@sbc100` r? `@petrochenkov`
…owngrade_inner, r=yaahc Add new unstable API `downcast` to `std::io::Error` rust-lang/libs-team#57 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
…omcc Add std::fs::write documentation precision Fixes rust-lang#97947. As mentioned in rust-lang#97947, the documentation is updated
… r=oli-obk Remove FIXME from MIR `always_storage_live_locals` See discussion in rust-lang#99025 (comment).
Fix typo in mod.rs constuct -> construct
Add `#[must_use]` to `Box::from_raw` Fixes rust-lang#99269
…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.
|
@bors r+ p=7 rollup=never |
|
⌛ Testing commit 512922a with merge b40d9e0a735406047dc2f3341d2f2421b7e9bd54... |
|
💔 Test failed - checks-actions |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@bors retry |
|
⌛ Testing commit 512922a with merge 4bc6fcf65960ab23910afe2f95fbd789cbe044e9... |
|
💔 Test failed - checks-actions |
Successful merges:
downcasttostd::io::Error#98387 (Add new unstable APIdowncasttostd::io::Error)always_storage_live_locals#99253 (Remove FIXME from MIRalways_storage_live_locals)#[must_use]toBox::from_raw#99270 (Add#[must_use]toBox::from_raw)core::ffi::CStr,alloc::ffi::CString, and friends #99277 (Stabilizecore::ffi::CStr,alloc::ffi::CString, and friends)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup