Add ast::ExprKind::Dummy
This commit is contained in:
parent
8c0b1fcd29
commit
a3fce72a27
18 changed files with 37 additions and 24 deletions
|
@ -3949,7 +3949,8 @@ impl MutVisitor for CondChecker<'_> {
|
|||
| ExprKind::Become(_)
|
||||
| ExprKind::IncludedBytes(_)
|
||||
| ExprKind::FormatArgs(_)
|
||||
| ExprKind::Err => {
|
||||
| ExprKind::Err
|
||||
| ExprKind::Dummy => {
|
||||
// These would forbid any let expressions they contain already.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue