We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d5a77 commit 5449e0fCopy full SHA for 5449e0f
src/librustc_mir/interpret/place.rs
@@ -358,6 +358,9 @@ where
358
359
/// Return the "access-checked" version of this `MPlace`, where for non-ZST
360
/// this is definitely a `Pointer`.
361
+ ///
362
+ /// `force_align` must only be used when correct alignment does not matter,
363
+ /// like in Stacked Borrows.
364
pub fn mplace_access_checked(
365
&self,
366
mut place: MPlaceTy<'tcx, M::PointerTag>,
0 commit comments