rust/compiler
Zalathar 972d8daf47 The ordinary lowering of thir::ExprKind::Let is unreachable
After desugaring, `let` expressions should only appear inside `if` expressions
or `match` guards, possibly nested within a let-chain. In both cases they are
specifically handled by the lowerings of those expressions, so this case is
currently unreachable.
2024-03-02 20:49:29 +11:00
..
2024-03-01 08:14:42 +05:30
2024-03-01 11:16:35 -08:00
2024-03-01 11:16:35 -08:00