Skip to content

Rollup of 7 pull requests - #99305

Closed
JohnTitor wants to merge 21 commits into
rust-lang:masterfrom
JohnTitor:rollup-2c67gxu
Closed

Rollup of 7 pull requests#99305
JohnTitor wants to merge 21 commits into
rust-lang:masterfrom
JohnTitor:rollup-2c67gxu

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

NobodyXuand others added 21 commits June 22, 2022 22:01
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
Fixesrust-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).
…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.
@rustbotrustbot added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Jul 16, 2022
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=7 rollup=never

@bors

bors commented Jul 16, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 512922a has been approved by JohnTitor

It is now in the queue for this repository.

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 16, 2022
@bors

bors commented Jul 16, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 512922a with merge b40d9e0a735406047dc2f3341d2f2421b7e9bd54...

@bors

bors commented Jul 16, 2022

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 16, 2022
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job x86_64-gnu-tools failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)
.......... (60/66)
..... (66/66)
/checkout/src/test/rustdoc-gui/search-filter.goml search-filter... FAILED
[ERROR] (line 6) Error: The following CSS selector "#titles" was not found: for command `wait-for: "#titles"`
Build completed unsuccessfully in 0:00:44

@JohnTitor

Copy link
Copy Markdown
MemberAuthor

@bors retry
This doesn't contain any rustdoc PRs, seems spurious.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 16, 2022
@bors

bors commented Jul 16, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 512922a with merge 4bc6fcf65960ab23910afe2f95fbd789cbe044e9...

@bors

bors commented Jul 16, 2022

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 16, 2022
@JohnTitor
JohnTitor deleted the rollup-2c67gxu branch July 16, 2022 08:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

12 participants

@JohnTitor@bors@rust-log-analyzer@rustbot@NobodyXu@LucasDumont@hoodmane@pierwill@eltociear@rhysd@joshtriplett@yaahc