loc_has -> loc_implements

This commit is contained in:
Bryce Miller 2023-05-20 19:24:08 -04:00
parent d700a6a6e6
commit 46cb45f717
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350
5 changed files with 7 additions and 7 deletions

View file

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