rust/compiler/rustc_const_eval/src/transform
Yuki Okushi 4b8725b854
Rollup merge of #109921 - compiler-errors:dyn-star-const-static, r=eholk
Don't ICE when encountering `dyn*` in statics or consts

Since we have properly implemented `dyn*` support in CTFE (#107728), let's not ICE here anymore.

Fixes #105777

r? `@eholk`
2023-04-06 07:18:29 +09:00
..
check_consts dyn* is a valid const 2023-04-04 00:28:05 +00:00
mod.rs Don't re-export MirPass 2021-11-29 12:58:15 -08:00
promote_consts.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
validate.rs Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber 2023-04-04 09:27:44 -07:00