s/generator/coroutine/
This commit is contained in:
@@ -206,7 +206,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
#[unstable(feature = "generator_trait", issue = "43122")] // also #98407
|
||||
#[unstable(feature = "coroutine_trait", issue = "43122")] // also #98407
|
||||
impl<R, G> Coroutine<R> for Exclusive<G>
|
||||
where
|
||||
G: Coroutine<R> + ?Sized,
|
||||
|
||||
Reference in New Issue
Block a user