Syntactic ability links in solve

This commit is contained in:
Ayaz Hafiz 2022-07-18 18:33:28 -04:00
parent 4d0c1e6a9c
commit d2da395619
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 115 additions and 130 deletions

View file

@ -327,10 +327,6 @@ impl Scope {
Err((loc_original_shadow.region, shadow, shadow_symbol))
}
None => {
// TODO: remove register_specializing_symbol
self.abilities_store
.register_specializing_symbol(shadow_symbol, original_symbol);
self.shadows
.insert(original_symbol, Loc::at(region, shadow_symbol));