Fill in generator tracking issue in a few more locations
This commit is contained in:
parent
55bb1c08d3
commit
facabcb85e
2 changed files with 2 additions and 2 deletions
|
|
@ -785,7 +785,7 @@ impl<T: ?Sized> AsMut<T> for Box<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[unstable(feature = "generator_trait", issue = "0")]
|
||||
#[unstable(feature = "generator_trait", issue = "43122")]
|
||||
impl<T, U> Generator<U> for Box<T>
|
||||
where T: Generator<U> + ?Sized
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue