mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Merge branch 'main' of github.com:lukewilliamboswell/roc into rust-docs
This commit is contained in:
commit
a6a2b59a79
14 changed files with 378 additions and 378 deletions
|
@ -1384,7 +1384,7 @@ fn to_when_report<'a>(
|
|||
EWhen::IfToken(_pos) => unreachable!("the if-token is optional"),
|
||||
EWhen::When(_pos) => unreachable!("another branch would be taken"),
|
||||
|
||||
EWhen::Is(pos) | EWhen::IndentIs(pos) => to_unfinished_when_report(
|
||||
EWhen::Is(pos) => to_unfinished_when_report(
|
||||
alloc,
|
||||
lines,
|
||||
filename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue