Introduce a no-op PlaceMention statement for let _ =.
This commit is contained in:
@@ -819,6 +819,7 @@ fn codegen_stmt<'tcx>(
|
||||
| StatementKind::Nop
|
||||
| StatementKind::FakeRead(..)
|
||||
| StatementKind::Retag { .. }
|
||||
| StatementKind::PlaceMention(..)
|
||||
| StatementKind::AscribeUserType(..) => {}
|
||||
|
||||
StatementKind::Coverage { .. } => fx.tcx.sess.fatal("-Zcoverage is unimplemented"),
|
||||
|
||||
Reference in New Issue
Block a user