rust/compiler/rustc_monomorphize/src
Dylan DPC 9fad214593
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Stop using CRATE_DEF_INDEX outside of metadata encoding.

`CRATE_DEF_ID` and `CrateNum::as_def_id` are almost always what we want.  We should not manipulate raw `DefIndex` outside of metadata encoding.
2022-04-19 14:43:21 +02:00
..
partitioning Stop using CRATE_DEF_INDEX. 2022-04-17 12:14:42 +02:00
collector.rs Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot 2022-04-17 08:06:53 +00:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
polymorphize.rs Use def_key in tcx.item_name when possible. 2022-04-09 10:54:43 +02:00
util.rs Adopt let_else in even more places 2022-02-16 22:43:39 +01:00