mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Tag with no args in error msgs (#471)
This commit is contained in:
parent
9170f126ac
commit
f319fdad79
4 changed files with 45 additions and 6 deletions
|
@ -927,7 +927,10 @@ pub enum Category {
|
|||
Lookup(Symbol),
|
||||
CallResult(Option<Symbol>),
|
||||
LowLevelOpResult(LowLevel),
|
||||
TagApply(TagName),
|
||||
TagApply {
|
||||
tag_name: TagName,
|
||||
args_count: usize,
|
||||
},
|
||||
Lambda,
|
||||
Uniqueness,
|
||||
StrInterpolation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue