Navigation Menu

Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 13, 2019
1 parent b376ae6 commit 1a5304a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/place.rs
Expand Up @@ -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)?;
Expand Down

0 comments on commit 1a5304a

Please sign in to comment.