We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37ef7a commit 04a4a82Copy full SHA for 04a4a82
library/core/src/prelude/mod.rs
@@ -37,5 +37,11 @@ pub mod rust_2021 {
37
#[doc(no_inline)]
38
pub use super::v1::*;
39
40
- // FIXME: Add more things.
+ #[unstable(feature = "prelude_2021", issue = "85684")]
41
+ #[doc(no_inline)]
42
+ pub use crate::iter::FromIterator;
43
+
44
45
46
+ pub use crate::convert::{TryFrom, TryInto};
47
}
0 commit comments