mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Remove tag_name from Expr::Tag
This commit is contained in:
parent
2d169bf518
commit
2726a3506f
30 changed files with 70 additions and 86 deletions
|
@ -97,7 +97,6 @@ fn function_s<'a, 'i>(
|
|||
Expr::Tag {
|
||||
tag_layout,
|
||||
tag_id,
|
||||
tag_name: _,
|
||||
arguments,
|
||||
} if may_reuse(*tag_layout, *tag_id, c) => {
|
||||
// for now, always overwrite the tag ID just to be sure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue