RPITITs are DefKind::Opaque with new lowering strategy#109405
Merged
bors merged 2 commits intorust-lang:masterfrom Mar 22, 2023
Merged
RPITITs are DefKind::Opaque with new lowering strategy#109405bors merged 2 commits intorust-lang:masterfrom
DefKind::Opaque with new lowering strategy#109405bors merged 2 commits intorust-lang:masterfrom
Conversation
spastorino
reviewed
Mar 20, 2023
compiler-errors
commented
Mar 20, 2023
00825c2 to
1e12802
Compare
Member
|
You can probably grab my updated commit that includes your suggestion and we can close that other PR. |
Member
|
@compiler-errors after you update my commit, feel free to r=me |
1e12802 to
f7a5bc3
Compare
Contributor
Author
|
@bors r=spastorino |
Collaborator
|
📌 Commit f7a5bc324c1a7e1be2ad0d52526ef488983729b4 has been approved by It is now in the queue for this repository. |
Collaborator
|
☔ The latest upstream changes (presumably #109092) made this pull request unmergeable. Please resolve the merge conflicts. |
f7a5bc3 to
c3e6f68
Compare
Contributor
Author
|
@bors r=spastorino |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 22, 2023
Rollup of 11 pull requests Successful merges: - rust-lang#100311 (Fix handling of trailing bare CR in str::lines) - rust-lang#108997 (Change text -> rust highlighting in sanitizer.md) - rust-lang#109179 (move Option::as_slice to intrinsic) - rust-lang#109187 (Render source page layout with Askama) - rust-lang#109280 (Remove `VecMap`) - rust-lang#109295 (refactor `fn bootstrap::builder::Builder::compiler_for` logic) - rust-lang#109312 (rustdoc: Cleanup parent module tracking for doc links) - rust-lang#109317 (Update links for custom discriminants.) - rust-lang#109405 (RPITITs are `DefKind::Opaque` with new lowering strategy) - rust-lang#109414 (Do not consider synthesized RPITITs on missing items checks) - rust-lang#109435 (Detect uninhabited types early in const eval) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
r? @spastorino
Kinda cherry-picked #109400