Skip to content

Commit ec88ffa

Browse files
oli-obkRalfJung
andauthored
Comment nits
Co-Authored-By: Ralf Jung <[email protected]>
1 parent cdc7304 commit ec88ffa

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
@@ -356,7 +356,7 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
356356
) -> InterpResult<'tcx, OpTy<'tcx, M::PointerTag>> {
357357
let base = match op.try_as_mplace(self) {
358358
Ok(mplace) => {
359-
// We can reuse the mplace field computation logic for indirect operands
359+
// We can reuse the mplace field computation logic for indirect operands.
360360
let field = self.mplace_field(mplace, field)?;
361361
return Ok(field.into());
362362
}

0 commit comments

Comments
 (0)