rust/compiler/rustc_mir/src
bors 625d5a693e Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726
Remove CrateNum::ReservedForIncrCompCache

It's only use is easily replaceable with `Option<CrateNum>`.
2021-06-01 20:09:03 +00:00
..
borrow_check Replace Local::new(1) with CAPTURE_STRUCT_LOCAL 2021-05-23 18:36:23 +02:00
const_eval Emit a hard error when a panic occurs during const-eval 2021-05-30 11:59:54 -05:00
dataflow removed compilation error 2021-05-13 10:34:41 +05:30
interpret Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
monomorphize don't trim paths in collector PME message 2021-05-27 22:28:04 +02:00
transform Remove CrateNum::ReservedForIncrCompCache 2021-05-30 14:33:16 +02:00
util Remove CrateNum::ReservedForIncrCompCache 2021-05-30 14:33:16 +02:00
lib.rs Specialize implementations 2021-05-26 18:07:09 -04:00
shim.rs