Add ErrorGuaranteed
to ast::ExprKind::Err
This commit is contained in:
parent
a3fce72a27
commit
c440a5b814
37 changed files with 660 additions and 602 deletions
|
@ -304,7 +304,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
|
|||
| ExprKind::ConstBlock(_)
|
||||
| ExprKind::Continue(_)
|
||||
| ExprKind::Dummy
|
||||
| ExprKind::Err
|
||||
| ExprKind::Err(_)
|
||||
| ExprKind::Field(_, _)
|
||||
| ExprKind::ForLoop { .. }
|
||||
| ExprKind::FormatArgs(_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue