attempt to make a minimal example work
This commit is contained in:
@@ -84,7 +84,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
|
||||
ImplSource::Object(data)
|
||||
}
|
||||
|
||||
ClosureCandidate => {
|
||||
ClosureCandidate { .. } => {
|
||||
let vtable_closure = self.confirm_closure_candidate(obligation)?;
|
||||
ImplSource::Closure(vtable_closure)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user