Introduce hir::ExprKind::Let - Take 2
This commit is contained in:
parent
2d9f2eae84
commit
6aa9937a76
128 changed files with 2080 additions and 2196 deletions
|
@ -292,6 +292,10 @@ pub enum ExprKind<'tcx> {
|
|||
Loop {
|
||||
body: ExprId,
|
||||
},
|
||||
Let {
|
||||
expr: ExprId,
|
||||
pat: Pat<'tcx>,
|
||||
},
|
||||
/// A `match` expression.
|
||||
Match {
|
||||
scrutinee: ExprId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue