diff options
| author | Ralf Jung <post@ralfj.de> | 2019-02-16 14:52:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-16 14:52:34 +0100 |
| commit | bee3c670dbf974d097f41447a1214b27bbf9acca (patch) | |
| tree | 1b3806caf1570ad5698ebbd25012d855ad875419 | |
| parent | 7db96a37e7b4b38cdd0354d715cecd56dfdd03b0 (diff) | |
| download | rust-bee3c670dbf974d097f41447a1214b27bbf9acca.tar.gz rust-bee3c670dbf974d097f41447a1214b27bbf9acca.zip | |
Update src/librustc_mir/interpret/operand.rs
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
| -rw-r--r-- | src/librustc_mir/interpret/operand.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/interpret/operand.rs b/src/librustc_mir/interpret/operand.rs index 1d6aff749c5..3ec042efb26 100644 --- a/src/librustc_mir/interpret/operand.rs +++ b/src/librustc_mir/interpret/operand.rs @@ -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>, |
