Introduce a no-op PlaceMention statement for let _ =.
This commit is contained in:
parent
eceedd9c8b
commit
27910cbcbd
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ fn check_statement<'tcx>(
|
|||
| StatementKind::StorageDead(_)
|
||||
| StatementKind::Retag { .. }
|
||||
| StatementKind::AscribeUserType(..)
|
||||
| StatementKind::PlaceMention(..)
|
||||
| StatementKind::Coverage(..)
|
||||
| StatementKind::ConstEvalCounter
|
||||
| StatementKind::Nop => Ok(()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue