Uh oh!
There was an error while loading. Please reload this page.
Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS - #88397
Merged
bors merged 1 commit intoAug 27, 2021
Conversation
Mark-Simulacrum
commented
Aug 27, 2021
Member
@bors r+ p=1 |
bors
commented
Aug 27, 2021
Collaborator
📌 Commit 5b21fe0d7442cb4448ba6e19210c6fb73394527a has been approved by |
This comment has been minimized.
This comment has been minimized.
nagisa
commented
Aug 27, 2021
MemberAuthor
Ah, I should've blessed the tests. will do it whenever I fix my build environment. |
Mark-Simulacrum
commented
Aug 27, 2021
Member
@bors r- for now |
nagisaforce-pushed
the
nagisa/unsupported-calling-conventions
branch
from
August 27, 2021 17:47
5b21fe0 to
fb5fbaaComparenagisa
commented
Aug 27, 2021
MemberAuthor
@bors r=Mark-Simulacrum |
bors
commented
Aug 27, 2021
Collaborator
📌 Commit fb5fbaa has been approved by |
bors
commented
Aug 27, 2021
Collaborator
bors
commented
Aug 27, 2021
Collaborator
☀️ Test successful - checks-actions |
apiraino
commented
Sep 2, 2021
Contributor
Merged
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 4, 2021
…ulacrum [beta] backports This PR backports: * Concrete regions can show up in mir borrowck if the originated from there rust-lang#88533 (fixesrust-lang#83190) * Fix loading large rlibs rust-lang#88506 (fixesrust-lang#88351) * Display associated types of implementors rust-lang#88490 (fixesrust-lang#86631) * Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS rust-lang#88397 r? `@Mark-Simulacrum`
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 3, 2024
…ions, r= make unsupported_calling_conventions a hard error This has been a future-compat lint (not shown in dependencies) since Rust 1.55, released 3 years ago. Hopefully that was enough time so this can be made a hard error now. Given that long timeframe, I think it's justified to skip the "show in dependencies" stage. There were [not many crates hitting this](rust-lang#86231 (comment)) even when the PR was landed. This should get cratered, and I assume then it needs a t-compiler FCP. Fixesrust-lang#88397
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 freeto 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.
This was previously forgotten. Nominating for 1.55 as this lint will make it into stable in that release.
r? @Mark-Simulacrum