This commit is contained in:
Ayaz Hafiz 2022-07-19 15:04:01 -04:00
parent b4f45215ea
commit 8f5580c0a5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -1064,7 +1064,7 @@ fn canonicalize_type_defs<'a>(
output,
var_store,
scope,
&pending_abilities_in_scope,
pending_abilities_in_scope,
name,
ann,
&vars,
@ -1123,7 +1123,7 @@ fn canonicalize_type_defs<'a>(
var_store,
scope,
abilities,
&pending_abilities_in_scope,
pending_abilities_in_scope,
);
(aliases, symbols_introduced)