Actually keep PlaceMention if requested.
This commit is contained in:
@@ -333,8 +333,6 @@ pub enum StatementKind<'tcx> {
|
||||
///
|
||||
/// When executed at runtime, this computes the given place, but then discards
|
||||
/// it without doing a load. It is UB if the place is not pointing to live memory.
|
||||
///
|
||||
/// Disallowed after drop elaboration.
|
||||
PlaceMention(Box<Place<'tcx>>),
|
||||
|
||||
/// Encodes a user's type ascription. These need to be preserved
|
||||
|
||||
Reference in New Issue
Block a user