Commit 54b7300
authored
Rollup merge of rust-lang#122406 - compiler-errors:next-solver-asynckind-wf, r=lcnr
Fix WF for `AsyncFnKindHelper` in new trait solver
`to_opt_closure_kind` ICEs when it sees placeholders... so don't do that
no test b/c I'm too lazy to write a no-core test for this, but I could be convinced otherwise
r? lcnr1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2436 | 2436 | | |
2437 | 2437 | | |
2438 | 2438 | | |
2439 | | - | |
2440 | | - | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
2441 | 2442 | | |
2442 | 2443 | | |
2443 | 2444 | | |
| |||
0 commit comments