1
Fork 0
rust/compiler/rustc_const_eval/src
bors a40c595695 Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
Remember mutability in `DefKind::Static`.

This allows to compute the `BodyOwnerKind` from `DefKind` only, and
removes a direct dependency of some MIR queries onto HIR.

As a side effect, it also simplifies metadata, since we don't need 4
flavours of `EntryKind::*Static` any more.
2022-03-30 22:09:56 +00:00
..
const_eval Remember mutability in DefKind::Static. 2022-03-29 18:50:52 +02:00
interpret Spellchecking some comments 2022-03-30 01:39:38 -04:00
transform Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC 2022-03-30 07:45:42 +00:00
util Spellchecking some comments 2022-03-30 01:39:38 -04:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00