Skip to content

Commit 9b71a8f

Browse files
committed
remove outdated comment
1 parent 08e7a84 commit 9b71a8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_mir/interpret/place.rs

-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ where
277277
{
278278
/// Take a value, which represents a (thin or fat) reference, and make it a place.
279279
/// 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!
282280
pub fn ref_to_mplace(
283281
&self,
284282
val: ImmTy<'tcx, M::PointerTag>,

0 commit comments

Comments
 (0)