Skip to content

Commit f343985

Browse files
committed
w
1 parent 7db68fb commit f343985

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ impl<'tcx> Body<'tcx> {
632632
) -> Option<(u128, &'a SwitchTargets)> {
633633
// There are two places here we need to evaluate a constant.
634634
let eval_mono_const = |constant: &ConstOperand<'tcx>| {
635-
// TODO: what is this, why are we using an empty environment with
635+
// FIXME(#132279): what is this, why are we using an empty environment with
636636
// `RevealAll` here.
637637
let typing_env = ty::TypingEnv::fully_monomorphized();
638638
let mono_literal = instance.instantiate_mir_and_normalize_erasing_regions(

0 commit comments

Comments
 (0)