fix version for abi_thiscall to 1.73.0, which was forgotten to change when stabilized and (later) moved to beta#115446
Merged
bors merged 1 commit intorust-lang:masterfrom Sep 1, 2023
Conversation
Collaborator
|
r? @jackh726 (rustbot has picked a reviewer for you, use r? to override) |
Contributor
Author
|
r? @cuviper Asked in zulip |
Member
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 1, 2023
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#115411 (miri ABI check: fix handling of 1-ZST; don't accept sign differences) - rust-lang#115424 (diagnostics: avoid wrong `unused_parens` on `x as (T) < y`) - rust-lang#115425 (remove unnecessary heap allocation) - rust-lang#115446 (fix version for abi_thiscall to 1.73.0, which was forgotten to change when stabilized and (later) moved to beta) - rust-lang#115447 (Add comment so pub items are not removed) r? `@ghost` `@rustbot` modify labels: rollup
Contributor
Merged
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 9, 2023
…k-Simulacrum [beta] backport This PR backports: - rust-lang#115559: implied bounds: do not ICE on unconstrained region vars - rust-lang#115446: fix version for abi_thiscall to 1.73.0, which was forgotten to change when stabilized and (later) moved to beta - rust-lang#115276: rustdoc: correctly deal with self ty params when eliding default object lifetimes r? `@Mark-Simulacrum`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See:
#114562 (comment)
#115056 (comment)
https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/1.2E72.2E0/near/387695644
Should be backported to beta too.