-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Avoid ICE by accounting for missing type #105340
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 19f2e59ed5bda4fb3658b78950fca28ddc54d1ad has been approved by It is now in the queue for this repository. |
@bors r- test failed, r=me after it's fixed |
19f2e59
to
9c9dc60
Compare
@bors r=compiler-errors |
📌 Commit 9c9dc60a195caf5cc519955e4058509ff8a3171a has been approved by It is now in the queue for this repository. |
@bors r- Now the file doesn't have a newline haha |
VSCode is gaslighting me |
This comment has been minimized.
This comment has been minimized.
9c9dc60
to
eff7645
Compare
@bors r=compiler-errors |
…errors Avoid ICE by accounting for missing type Fix rust-lang#105330
…iaskrgr Rollup of 11 pull requests Successful merges: - rust-lang#104439 (Add prototype to generate `COPYRIGHT` from REUSE metadata) - rust-lang#105005 (On E0195 point at where clause lifetime bounds) - rust-lang#105098 (propagate the error from parsing enum variant to the parser and emit out) - rust-lang#105243 (remove no-op 'let _ = ') - rust-lang#105254 (Recurse into nested impl-trait when computing variance.) - rust-lang#105287 (Synthesize substitutions for bad auto traits in dyn types) - rust-lang#105310 (Be more careful about unresolved exprs in suggestion) - rust-lang#105318 (Make `get_impl_future_output_ty` work with AFIT) - rust-lang#105339 (support `ConstKind::Expr` in `is_const_evaluatable` and `WfPredicates::compute`) - rust-lang#105340 (Avoid ICE by accounting for missing type) - rust-lang#105342 (Make `note_obligation_cause_code` take a `impl ToPredicate` for predicate) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fix #105330