File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ impl<'tcx> AnalysisCtxt<'tcx> {
201
201
| ty:: InstanceDef :: FnPtrShim ( ..)
202
202
| ty:: InstanceDef :: Virtual ( ..)
203
203
| ty:: InstanceDef :: ClosureOnceShim { .. }
204
+ | ty:: InstanceDef :: ConstructCoroutineInClosureShim { .. }
205
+ | ty:: InstanceDef :: CoroutineKindShim { .. }
204
206
| ty:: InstanceDef :: DropGlue ( ..)
205
207
| ty:: InstanceDef :: CloneShim ( ..)
206
208
| ty:: InstanceDef :: ThreadLocalShim ( ..)
Original file line number Diff line number Diff line change @@ -737,6 +737,8 @@ fn visit_instance_use<'tcx>(
737
737
| ty:: InstanceDef :: VTableShim ( ..)
738
738
| ty:: InstanceDef :: ReifyShim ( ..)
739
739
| ty:: InstanceDef :: ClosureOnceShim { .. }
740
+ | ty:: InstanceDef :: ConstructCoroutineInClosureShim { .. }
741
+ | ty:: InstanceDef :: CoroutineKindShim { .. }
740
742
| ty:: InstanceDef :: Item ( ..)
741
743
| ty:: InstanceDef :: FnPtrShim ( ..)
742
744
| ty:: InstanceDef :: CloneShim ( ..)
You can’t perform that action at this time.
0 commit comments