-
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
[FOR CRATER ONLY] New implementation of Try per RFC#3058 #82318
Conversation
This comment has been minimized.
This comment has been minimized.
1e28d5a
to
746ae78
Compare
This comment has been minimized.
This comment has been minimized.
@bors try @craterbot check |
⌛ Trying commit 047bac1ac0712889c260ed60cae6b119916bfbef with merge f7b32b563a02be264f6708512e603b54a2edc56b... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit 7b668435b3c3f43aac00652eb17481d933379477 with merge 58f7d3f8ad2b6f1192b6623a4bcd45416dae0d9d... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
- Make the non-generic trait be the subtrait, for simplicity - Move `BreakHolder` to future work (not required for just `?`/`try {}`)
Thank you to whomever got the error messages using the exported names ♥
7b66843
to
4a07acb
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
☔ The latest upstream changes (presumably #81732) made this pull request unmergeable. Please resolve the merge conflicts. |
@craterbot abort Cancelling this one for now in favour of the other one, per @petrochenkov's request in #82322 (comment) |
🗑️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
#82322 went well; closing this. |
r? @ghost
Creating this to run crater against it, per rust-lang/rfcs#3058 (comment)
Feel free to put review comments if you want, but don't feel bad if I don't do anything about them -- this has a bunch of commented code that needs removing, bad variable names, regressions in error messages for futures, ...