s/generator/coroutine/
This commit is contained in:
@@ -275,7 +275,7 @@ pub fn closure_trait_ref_and_return_type<'tcx>(
|
||||
sig.map_bound(|sig| (trait_ref, sig.output()))
|
||||
}
|
||||
|
||||
pub fn generator_trait_ref_and_outputs<'tcx>(
|
||||
pub fn coroutine_trait_ref_and_outputs<'tcx>(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
fn_trait_def_id: DefId,
|
||||
self_ty: Ty<'tcx>,
|
||||
|
||||
Reference in New Issue
Block a user