mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix up LowLevelTry after rebase
This commit is contained in:
parent
0855ffd9fb
commit
82bf4b19d8
1 changed files with 3 additions and 0 deletions
|
@ -1139,6 +1139,9 @@ pub fn expr_lift_spaces<'a, 'b: 'a>(
|
|||
Expr::LowLevelDbg(_, _, _) => {
|
||||
unreachable!("LowLevelDbg should only exist after desugaring, not during formatting")
|
||||
}
|
||||
Expr::LowLevelTry(..) => {
|
||||
unreachable!("LowLevelTry should only exist after desugaring, not during formatting")
|
||||
}
|
||||
Expr::BinOps(lefts, right) => {
|
||||
let lefts = arena.alloc_slice_copy(lefts);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue