Add new Deinit
statement kind
This commit is contained in:
parent
d00e77078c
commit
9b6b1a625b
27 changed files with 141 additions and 66 deletions
|
@ -530,6 +530,7 @@ impl<'a> Conflicts<'a> {
|
|||
StatementKind::Assign(_) => {}
|
||||
|
||||
StatementKind::SetDiscriminant { .. }
|
||||
| StatementKind::Deinit(..)
|
||||
| StatementKind::StorageLive(..)
|
||||
| StatementKind::StorageDead(..)
|
||||
| StatementKind::Retag(..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue