We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db68fb commit f343985Copy full SHA for f343985
compiler/rustc_middle/src/mir/mod.rs
@@ -632,7 +632,7 @@ impl<'tcx> Body<'tcx> {
632
) -> Option<(u128, &'a SwitchTargets)> {
633
// There are two places here we need to evaluate a constant.
634
let eval_mono_const = |constant: &ConstOperand<'tcx>| {
635
- // TODO: what is this, why are we using an empty environment with
+ // FIXME(#132279): what is this, why are we using an empty environment with
636
// `RevealAll` here.
637
let typing_env = ty::TypingEnv::fully_monomorphized();
638
let mono_literal = instance.instantiate_mir_and_normalize_erasing_regions(
0 commit comments