Skip to content

Tracking issue for edition-specific preludes #85684

Closed
@m-ou-se

Description

@m-ou-se

This is a tracking issue for the edition-specific preludes.

RFC: rust-lang/rfcs#3114

Feature gates: prelude_2015, prelude_2018, and prelude_2021.

Public API

// std::prelude and core::prelude

pub mod rust_2015 {
    pub use super::v1::*;
}

pub mod rust_2018 {
    pub use super::v1::*;
}

pub mod rust_2021 {
    pub use super::v1::*;
    pub use crate::iter::FromIterator;
    pub use crate::convert::{TryFrom, TryInto};
}

Steps / History

Unresolved Questions

  • None yet.

Metadata

Metadata

Assignees

Labels

B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions