Skip to content

Tracking Issue for the 2024 prelude #121042

Closed
@Noratrieb

Description

@Noratrieb

Feature gate: #![feature(prelude_2024)]

This is a tracking issue for the 2024 prelude.

Public API

The 2024 prelude contains the following items in addition to all items in the 2024 prelude:

// core::prelude

pub mod rust_2024 {
    pub use super::rust_2021::*;
    pub use crate::future::{Future, IntoFuture};
}

And removes RustcEncodable, and RustcDecodable:

Steps

Related

Implementation History

Unresolved Questions

  • None yet.

cc @jhpratt @Nilstrieb @yoshuawuyts

Metadata

Metadata

Assignees

Labels

A-edition-2024Area: The 2024 editionB-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 RFCS-tracking-ready-for-editionStatus: This issue is ready for inclusion in the edition.T-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