Fill in generator tracking issue in a few more locations
This commit is contained in:
committed by
John Kåre Alsaker
parent
55bb1c08d3
commit
facabcb85e
@@ -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>
|
impl<T, U> Generator<U> for Box<T>
|
||||||
where T: Generator<U> + ?Sized
|
where T: Generator<U> + ?Sized
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ pub use self::range::{RangeInclusive, RangeToInclusive};
|
|||||||
#[unstable(feature = "try_trait", issue = "42327")]
|
#[unstable(feature = "try_trait", issue = "42327")]
|
||||||
pub use self::try::Try;
|
pub use self::try::Try;
|
||||||
|
|
||||||
#[unstable(feature = "generator_trait", issue = "0")]
|
#[unstable(feature = "generator_trait", issue = "43122")]
|
||||||
pub use self::generator::{Generator, State};
|
pub use self::generator::{Generator, State};
|
||||||
|
|
||||||
#[unstable(feature = "placement_new_protocol", issue = "27779")]
|
#[unstable(feature = "placement_new_protocol", issue = "27779")]
|
||||||
|
|||||||
Reference in New Issue
Block a user