-
Couldn't load subscription status.
- Fork 13.9k
Fix ICE when lookup method in trait for type that have bound vars #80170
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
Conversation
|
r? @oli-obk (rust-highfive has picked a reviewer for you, use r? to override) |
|
r? @lcnr r=me after the nit |
Co-authored-by: lcnr <[email protected]>
|
@bors r+ rollup |
|
📌 Commit ccdf58266727b97b4530e6a50992aa2559ea4be7 has been approved by |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@bors r+ rollup |
|
📌 Commit 00bb293 has been approved by |
Fix ICE when lookup method in trait for type that have bound vars Closes rust-lang#77910
Rollup of 11 pull requests Successful merges: - rust-lang#80159 (Add array search aliases) - rust-lang#80166 (Edit rustc_middle docs) - rust-lang#80170 (Fix ICE when lookup method in trait for type that have bound vars) - rust-lang#80171 (Edit rustc_middle::ty::TyKind docs) - rust-lang#80199 (also const-check FakeRead) - rust-lang#80211 (Handle desugaring in impl trait bound suggestion) - rust-lang#80236 (Use pointer type in AtomicPtr::swap implementation) - rust-lang#80239 (Update Clippy) - rust-lang#80240 (make sure installer only creates directories in DESTDIR) - rust-lang#80244 (Cleanup markdown span handling) - rust-lang#80250 (Minor cleanups in LateResolver) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Closes #77910