attempt to make a minimal example work
This commit is contained in:
parent
23718a3cc2
commit
6e63f7be54
13 changed files with 62 additions and 21 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue