Skip to content

Commit 20982b3

Browse files
committed
Inline MemPlace::offset
1 parent 83dc7fe commit 20982b3

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_mir/src/interpret

1 file changed

+1
-0
lines changed

compiler/rustc_mir/src/interpret/place.rs

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ impl<Tag> MemPlace<Tag> {
153153
}
154154
}
155155

156+
#[inline]
156157
pub fn offset(
157158
self,
158159
offset: Size,

0 commit comments

Comments
 (0)