-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[EXPERIMENT] Replace ResumeTy with an unsafe binder ty. #146562
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
base: master
Are you sure you want to change the base?
Conversation
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
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
|
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