Tag with no args in error msgs (#471)

This commit is contained in:
Sébastien Besnier 2020-09-05 08:42:40 +02:00
parent 9170f126ac
commit f319fdad79
4 changed files with 45 additions and 6 deletions

View file

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