Merge branch 'main' of github.com:lukewilliamboswell/roc into rust-docs

This commit is contained in:
Anton-4 2022-11-08 15:57:24 +01:00
commit a6a2b59a79
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
14 changed files with 378 additions and 378 deletions

View file

@ -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,