rust/compiler/rustc_mir/src
bors 79e5814f45 Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk
Remove assignments to ZST places instead of marking ZST return place as unused

partially reverts #83118

requested by `@tmiasko` in https://github.com/rust-lang/rust/pull/83118#issuecomment-799692574

r? `@oli-obk`
2021-03-23 12:23:27 +00:00
..
borrow_check extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
const_eval Update compiler/rustc_mir/src/const_eval/mod.rs 2021-03-16 18:26:09 +01:00
dataflow Clean up todos 2021-03-09 19:31:31 +00:00
interpret extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
monomorphize update const_eval_resolve 2021-03-20 17:22:24 +01:00
transform Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk 2021-03-23 12:23:27 +00:00
util s/ConstantSource/ConstantKind/ 2021-03-15 12:06:52 +00:00
lib.rs stabilize or_patterns 2021-03-19 19:45:32 -05:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00