[EXPERIMENT] Replace ResumeTy with an unsafe binder ty.#146562
[EXPERIMENT] Replace ResumeTy with an unsafe binder ty.#146562cjgillot wants to merge 6 commits intorust-lang:mainfrom
Conversation
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
|
|
This comment has been minimized.
This comment has been minimized.
|
Maybe let's crater this? @bors try |
This comment has been minimized.
This comment has been minimized.
[EXPERIMENT] Replace ResumeTy with an unsafe binder ty.
|
💥 Test timed out after |
|
@bors try |
This comment has been minimized.
This comment has been minimized.
[EXPERIMENT] Replace ResumeTy with an unsafe binder ty.
|
@craterbot check |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🎉 Experiment
Footnotes
|
|
☔ The latest upstream changes (presumably #146666) made this pull request unmergeable. Please resolve the merge conflicts. |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🎉 Experiment
Footnotes
|
f714d7b to
1420629
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
View all comments
This actually is one of use cases unsafe binder types are meant to address. This PR tries to use them as so.
The implementation of unsafe binders is still incomplete, so this PR is mostly for experimentation and not meant to be merged.
r? @compiler-errors