fix whitespace

This commit is contained in:
Ralf Jung 2019-02-08 15:26:45 +01:00
parent b376ae6671
commit 1a5304ae93

View file

@ -487,7 +487,7 @@ where
Deref => self.deref_operand(base.into())?,
Index(local) => {
let layout = self.layout_of(self.tcx.types.usize)?;
let layout = self.layout_of(self.tcx.types.usize)?;
let n = self.access_local(self.frame(), local, Some(layout))?;
let n = self.read_scalar(n)?;
let n = n.to_bits(self.tcx.data_layout.pointer_size)?;