Use type_is_copy_modulo_regions check in intrisicck#97493
Merged
bors merged 1 commit intorust-lang:masterfrom May 30, 2022
Merged
Use type_is_copy_modulo_regions check in intrisicck#97493bors merged 1 commit intorust-lang:masterfrom
type_is_copy_modulo_regions check in intrisicck#97493bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
r? @oli-obk (rust-highfive has picked a reviewer for you, use r? to override) |
Contributor
|
@bors r+ rollup |
Collaborator
|
📌 Commit fc29730 has been approved by |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
May 29, 2022
Use `type_is_copy_modulo_regions` check in intrisicck This one canoncalizes region variables correctly, preventing an ICE Fixes rust-lang#97490
Collaborator
|
⌛ Testing commit fc29730 with merge c1fd24fb9b8e57286e00ffd3d079ac67af387c56... |
Contributor
Author
|
Failed in rollup, oops @bors r- |
Contributor
Author
|
Kicking out of bors queue @bors retry |
fc29730 to
46d34cc
Compare
Contributor
Author
|
@bors r=oli-obk rollup |
Collaborator
|
📌 Commit 46d34cc has been approved by |
This comment was marked as outdated.
This comment was marked as outdated.
compiler-errors
added a commit
to compiler-errors/rust
that referenced
this pull request
May 29, 2022
Use `type_is_copy_modulo_regions` check in intrisicck This one canoncalizes region variables correctly, preventing an ICE Fixes rust-lang#97490
Collaborator
|
⌛ Testing commit 46d34cc with merge 2082ce3058ec3314335db012b37940aaebc188f8... |
Contributor
Author
|
@bors retry yield to rollup |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 29, 2022
…piler-errors Rollup of 4 pull requests Successful merges: - rust-lang#97493 (Use `type_is_copy_modulo_regions` check in intrisicck) - rust-lang#97518 (Fix order of closing HTML elements in rustdoc output) - rust-lang#97530 (Add more eslint checks) - rust-lang#97536 (Remove unused lifetimes from expand_macro) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Collaborator
Collaborator
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.
This one canoncalizes region variables correctly, preventing an ICE
Fixes #97490