rust/compiler/rustc_const_eval/src
Matthias Krüger 317f750ff7
Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk
Allow for failure of subst_normalize_erasing_regions in const_eval

Fixes https://github.com/rust-lang/rust/issues/72845

Using associated types that cannot be normalized previously resulted in an ICE. We now allow for normalization failure and return a "TooGeneric" error in that case.

r? ```@RalfJung``` maybe?
2021-12-08 16:08:07 +01:00
..
const_eval Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" 2021-12-03 10:11:21 -03:00
interpret allow for failure of subst_normalize_erasing_regions in const_eval 2021-12-05 12:43:39 +01:00
transform Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser 2021-12-08 11:08:57 +01:00
util
lib.rs Reduce boilerplate around infallible folders 2021-12-02 16:14:16 +00:00