generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.
Description
In investigating #220, I realized we are not using a specific enough Binder in our vtable instance lookup:
let instance = Instance::resolve(
self.tcx,
ty::ParamEnv::reveal_all(),
def_id,
trait_ref_t.skip_binder().substs,
)
.unwrap()
.unwrap();Rather than skip_binder(), use the more complicated rustc binder lookup.
This gets us further into compiling #220 but doesn't fix everything; splitting off to its own issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.