Uh oh!
There was an error while loading. Please reload this page.
Fail gracefully when encountering an HRTB in APIT. - #97683
Conversation
rust-highfive
commented
Jun 3, 2022
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
rust-highfive
commented
Jun 3, 2022
r? @nagisa (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
nagisa
commented
Jun 5, 2022
@bors r+ |
bors
commented
Jun 5, 2022
📌 Commit bacd8ad has been approved by |
This is a correct error in stable and ICE in beta, so nominating for a backport. Not super important that it is accepted, though. |
Fail gracefully when encountering an HRTB in APIT. Fixesrust-lang#96954 ~The first commit will be merged as part of rust-lang#97415
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#90905 (Add empty impl blocks if they have documentation) - rust-lang#97683 (Fail gracefully when encountering an HRTB in APIT. ) - rust-lang#97721 (Do `suggest_await_before_try` with infer variables in self, and clean up binders) - rust-lang#97752 (typo: `-Zcodegen-backend=llvm -Cpasses=list` should work now) - rust-lang#97759 (Suggest adding `{}` for `'label: non_block_expr`) - rust-lang#97764 (use strict provenance APIs) - rust-lang#97765 (Restore a test that was intended to test `as` cast to ptr) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
apiraino
commented
Jun 9, 2022
ehuss
commented
Jun 24, 2022
@cjgillot This does not apply cleanly to beta. The |
…mulacrum [beta] Fail gracefully when encountering an HRTB in APIT. Backport of rust-lang#97683 The diagnostic is a bit worse, but still better than an ICE. r? `@ehuss`
Fixes#96954
The first commit will be merged as part of #97415