Skip to content

Commit

Permalink
Update src/librustc_mir/interpret/operand.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
  • Loading branch information
RalfJung and oli-obk authored Feb 16, 2019
1 parent 7db96a3 commit bee3c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/operand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M>
}
}

// Used when Miri runs into a constant, and (indirectly through lazy_const_to_op) by CTFE.
// Used when Miri runs into a constant, and by CTFE.
pub fn const_to_op(
&self,
val: ty::Const<'tcx>,
Expand Down

0 comments on commit bee3c67

Please sign in to comment.