File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ impl<'tcx> AnalysisCtxt<'tcx> {
211
211
| ty:: InstanceKind :: Virtual ( ..)
212
212
| ty:: InstanceKind :: ClosureOnceShim { .. }
213
213
| ty:: InstanceKind :: ConstructCoroutineInClosureShim { .. }
214
- | ty:: InstanceKind :: CoroutineKindShim { .. }
215
214
| ty:: InstanceKind :: DropGlue ( ..)
216
215
| ty:: InstanceKind :: CloneShim ( ..)
217
216
| ty:: InstanceKind :: ThreadLocalShim ( ..)
Original file line number Diff line number Diff line change @@ -748,7 +748,6 @@ fn visit_instance_use<'tcx>(
748
748
| ty:: InstanceKind :: ReifyShim ( ..)
749
749
| ty:: InstanceKind :: ClosureOnceShim { .. }
750
750
| ty:: InstanceKind :: ConstructCoroutineInClosureShim { .. }
751
- | ty:: InstanceKind :: CoroutineKindShim { .. }
752
751
| ty:: InstanceKind :: Item ( ..)
753
752
| ty:: InstanceKind :: FnPtrShim ( ..)
754
753
| ty:: InstanceKind :: CloneShim ( ..)
You can’t perform that action at this time.
0 commit comments