Fix 2 variable binding issues in let_underscore
This commit is contained in:
@@ -2017,7 +2017,7 @@ pub enum LocalSource {
|
||||
AsyncFn,
|
||||
/// A desugared `<expr>.await`.
|
||||
AwaitDesugar,
|
||||
/// A desugared `expr = expr`, where the LHS is a tuple, struct or array.
|
||||
/// A desugared `expr = expr`, where the LHS is a tuple, struct, array or underscore expression.
|
||||
/// The span is that of the `=` sign.
|
||||
AssignDesugar(Span),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user