mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix missing parameter in to_relevant_branch_help
main is currently broken because of a non-conflicting diff that landed before the interner change landed.
This commit is contained in:
parent
41a7304e77
commit
d43387d1be
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ fn to_relevant_branch_help<'a>(
|
|||
Identifier(_) | Underscore => Some(branch.clone()),
|
||||
|
||||
As(subpattern, _symbol) => {
|
||||
to_relevant_branch_help(test, path, start, end, branch, *subpattern)
|
||||
to_relevant_branch_help(interner, test, path, start, end, branch, *subpattern)
|
||||
}
|
||||
|
||||
RecordDestructure(destructs, _) => match test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue