rust/compiler/rustc_middle
Yuki Okushi ac6e239b3b
Rollup merge of #84262 - camelid:sized-ice, r=estebank
Fix ICE during type layout when there's a `[type error]`

Fixes #84108.

Based on estebank's [comment], except I used `delay_span_bug` because it
should work in more cases, and I think it expresses its intent more
clearly.

r? `@estebank`

[comment]: https://github.com/rust-lang/rust/issues/84108#issuecomment-818916848
2021-06-07 15:20:56 +09:00
..
benches
src Rollup merge of #84262 - camelid:sized-ice, r=estebank 2021-06-07 15:20:56 +09:00
Cargo.toml
README.md

For more information about how rustc works, see the rustc dev guide.