1
Fork 0
rust/compiler/rustc_middle/src
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
..
dep_graph Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
hir Always go through the expn_that_defined query. 2021-06-04 21:37:34 +02:00
ich Rename RealFileName::Named to LocalPath and Devirtualized to Remapped 2021-05-05 15:10:50 +01:00
infer Miscellaneous inlining improvements 2021-06-02 08:49:58 +02:00
middle Add first cut of functionality for #58713: support for #[link(kind = "raw-dylib")]. 2021-06-04 18:01:35 -07:00
mir Miscellaneous inlining improvements 2021-06-02 08:49:58 +02:00
query Update compiler/rustc_middle/src/query/mod.rs 2021-06-05 20:40:58 +02:00
traits Make traits with GATs not object safe 2021-04-27 14:34:23 -04:00
ty Rollup merge of #84262 - camelid:sized-ice, r=estebank 2021-06-07 15:20:56 +09:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Make THIR building a stealable query 2021-05-22 14:36:22 +02:00
lib.rs Remove unused feature gates 2021-05-31 13:55:43 +02:00
lint.rs Add a page on force-warns in unstable book 2021-06-02 18:07:39 +02:00
macros.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Make THIR building a stealable query 2021-05-22 14:36:22 +02:00