We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e7a84 commit 9b71a8fCopy full SHA for 9b71a8f
src/librustc_mir/interpret/place.rs
@@ -277,8 +277,6 @@ where
277
{
278
/// Take a value, which represents a (thin or fat) reference, and make it a place.
279
/// Alignment is just based on the type. This is the inverse of `MemPlace::to_ref()`.
280
- /// This does NOT call the "deref" machine hook, so it does NOT count as a
281
- /// deref as far as Stacked Borrows is concerned. Use `deref_operand` for that!
282
pub fn ref_to_mplace(
283
&self,
284
val: ImmTy<'tcx, M::PointerTag>,
0 commit comments