-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Conversation
r? @oli-obk (rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit fc29730 has been approved by |
Use `type_is_copy_modulo_regions` check in intrisicck This one canoncalizes region variables correctly, preventing an ICE Fixes rust-lang#97490
⌛ Testing commit fc29730 with merge c1fd24fb9b8e57286e00ffd3d079ac67af387c56... |
Failed in rollup, oops @bors r- |
Kicking out of bors queue @bors retry |
fc29730
to
46d34cc
Compare
@bors r=oli-obk rollup |
📌 Commit 46d34cc has been approved by |
This comment was marked as outdated.
This comment was marked as outdated.
Use `type_is_copy_modulo_regions` check in intrisicck This one canoncalizes region variables correctly, preventing an ICE Fixes rust-lang#97490
⌛ Testing commit 46d34cc with merge 2082ce3058ec3314335db012b37940aaebc188f8... |
@bors retry yield to rollup |
…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
This one canoncalizes region variables correctly, preventing an ICE
Fixes #97490