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 a2ca771 commit c15eb6eCopy full SHA for c15eb6e
compiler/rustc_middle/src/mir/traversal.rs
@@ -293,9 +293,9 @@ pub fn reverse_postorder<'a, 'tcx>(
293
/// reachable.
294
///
295
/// Such a traversal is mostly useful because it lets us skip lowering the `false` side
296
-/// of `if <T as Trait>::CONST`, as well as [`ConstValue::RuntimeChecks`].
+/// of `if <T as Trait>::CONST`, as well as [`Operand::RuntimeChecks`].
297
298
-/// [`ConstValue::RuntimeChecks`]: rustc_middle::mir::ConstValue::RuntimeChecks
+/// [`Operand::RuntimeChecks`]: rustc_middle::mir::Operand::RuntimeChecks
299
pub fn mono_reachable<'a, 'tcx>(
300
body: &'a Body<'tcx>,
301
tcx: TyCtxt<'tcx>,
0 commit comments