mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
loc_has -> loc_implements
This commit is contained in:
parent
d700a6a6e6
commit
46cb45f717
5 changed files with 7 additions and 7 deletions
|
@ -2611,7 +2611,7 @@ fn to_pending_type_def<'a>(
|
|||
Ability {
|
||||
header: TypeHeader { name, vars },
|
||||
members,
|
||||
loc_has: _,
|
||||
loc_implements: _,
|
||||
} => {
|
||||
let name = match scope
|
||||
.introduce_without_shadow_symbol(&Ident::from(name.value), name.region)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue