Get first inspect for non-Inspect-implementing opaques specialized

This commit is contained in:
Ayaz Hafiz 2023-09-12 12:11:36 -05:00 committed by Brendan Hansknecht
parent c87e3e7413
commit 5c805ce80f
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
6 changed files with 75 additions and 44 deletions

View file

@ -718,6 +718,7 @@ fn canonicalize_opaque<'a>(
let ability_region = ability.region;
// Op := {} has [Eq]
let (ability, members) = match ability.value {
ast::TypeAnnotation::Apply(module_name, ident, []) => {
match make_apply_symbol(env, region, scope, module_name, ident) {