rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.58k stars 12.74k forks source link

Tracking issues for unstable library features used by `std` #94971

Open m-ou-se opened 2 years ago

m-ou-se commented 2 years ago

std uses a lot of unstable library features. While core will most likely always have to use language features, we can strive for std to eventually be free of both unstable language and unstable library features.

Some of these we'll need to stabilize, but some others we might be able to simply remove with some small changes to the code.

(See also https://github.com/rust-lang/rust/issues/94970 for the language features.)

These are the library features we currently use in std:

compiler-errors commented 2 years ago

Should this be titled "Tracking issues for unstable library features used by std"?