mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Use Collection in Expr::TagUnion
This commit is contained in:
parent
d63405d824
commit
1fabc64fdf
6 changed files with 21 additions and 49 deletions
|
@ -417,7 +417,7 @@ fn can_annotation_help(
|
|||
TagUnion { tags, ext, .. } => {
|
||||
let tag_types = can_tags(
|
||||
env,
|
||||
tags,
|
||||
tags.items,
|
||||
region,
|
||||
scope,
|
||||
var_store,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue