rust/compiler/rustc_mir/src
Yuki Okushi a584d87417
Rollup merge of #80944 - LingMan:map_or, r=nagisa
Use Option::map_or instead of `.map(..).unwrap_or(..)`

``@rustbot`` modify labels +C-cleanup +T-compiler
2021-01-15 18:26:14 +09:00
..
borrow_check Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
const_eval Auto merge of #79322 - jyn514:refactor-impl, r=estebank 2021-01-13 01:40:41 +00:00
dataflow
interpret Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
monomorphize Rollup merge of #80944 - LingMan:map_or, r=nagisa 2021-01-15 18:26:14 +09:00
transform Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
util --emit=mir now emits both mir_for_ctfe and optimized_mir for const fn 2021-01-11 17:24:41 +00:00
lib.rs
shim.rs