rust/compiler/rustc_const_eval/src
Matthias Krüger 5dee519386
Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot
Don't attempt to compute layout of type referencing error

Leads to more ICEs and strange diagnostics than are worth it.

Fixes #113760
2023-07-29 06:13:05 +02:00
..
const_eval Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot 2023-07-29 06:13:05 +02:00
interpret Remove constness from ParamEnv 2023-07-27 15:50:42 +00:00
transform Remove constness from ParamEnv 2023-07-27 15:50:42 +00:00
util Turns out opaque types can have hidden types registered during mir validation 2023-07-27 08:23:06 +00:00
errors.rs interpret: refactor projection code to work on a common trait, and use that for visitors 2023-07-25 14:30:58 +02:00
lib.rs Name the destructure_mir_constant query appropriately 2023-07-05 15:54:43 +00:00