Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use type_is_copy_modulo_regions check in intrisicck #97493

Merged
merged 1 commit into from
May 30, 2022

Conversation

compiler-errors
Copy link
Member

This one canoncalizes region variables correctly, preventing an ICE

Fixes #97490

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label May 28, 2022
@rust-highfive
Copy link
Collaborator

r? @oli-obk

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 28, 2022
@oli-obk
Copy link
Contributor

oli-obk commented May 29, 2022

@bors r+ rollup

@bors
Copy link
Contributor

bors commented May 29, 2022

📌 Commit fc29730 has been approved by oli-obk

@bors bors 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 May 29, 2022
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
@bors
Copy link
Contributor

bors commented May 29, 2022

⌛ Testing commit fc29730 with merge c1fd24fb9b8e57286e00ffd3d079ac67af387c56...

@compiler-errors
Copy link
Member Author

Failed in rollup, oops

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 29, 2022
@compiler-errors
Copy link
Member Author

Kicking out of bors queue

@bors retry

@bors bors 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 29, 2022
@compiler-errors
Copy link
Member Author

@bors r=oli-obk rollup

@bors
Copy link
Contributor

bors commented May 29, 2022

📌 Commit 46d34cc has been approved by oli-obk

@rust-log-analyzer

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
@bors
Copy link
Contributor

bors commented May 29, 2022

⌛ Testing commit 46d34cc with merge 2082ce3058ec3314335db012b37940aaebc188f8...

@compiler-errors
Copy link
Member 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
@bors bors merged commit 56026e2 into rust-lang:master May 30, 2022
@bors
Copy link
Contributor

bors commented May 30, 2022

⌛ Testing commit 46d34cc with merge 6999ef2...

@rustbot rustbot added this to the 1.63.0 milestone May 30, 2022
@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@compiler-errors compiler-errors deleted the issue-97490 branch August 11, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly ICE: Using function pointer as reg argument in asm! macro causes rustc panic
6 participants