Skip to content

Commit bee3c67

Browse files
RalfJungoli-obk
andauthored
Update src/librustc_mir/interpret/operand.rs
Co-Authored-By: oli-obk <[email protected]>
1 parent 7db96a3 commit bee3c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/operand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M>
580580
}
581581
}
582582

583-
// Used when Miri runs into a constant, and (indirectly through lazy_const_to_op) by CTFE.
583+
// Used when Miri runs into a constant, and by CTFE.
584584
pub fn const_to_op(
585585
&self,
586586
val: ty::Const<'tcx>,

0 commit comments

Comments
 (0)