Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 656 Bytes

new-unstable-features.md

File metadata and controls

11 lines (6 loc) · 656 Bytes

Landing new features

Status: Stub

New unstable features can be added and approved without going through a Libs FCP. There should be some buy-in from Libs that a feature is desirable and likely to be stabilized at some point before landing though.

If you're not sure, open an issue against rust-lang/rust first suggesting the feature before developing it.

All public items in the standard library need a #[stable] or #[unstable] attribute on them. When a feature is first added, it gets a #[unstable] attribute.

Before a new feature is merged, those #[unstable] attributes need to be linked to a tracking issue.