mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
f7bb31a47a
Earlier commits have established a baseline of `experimental` stability for all crates under the facade (so their contents are considered experimental within libstd). Since `experimental` is `allow` by default, we should use the same baseline stability for libstd itself. This commit adds `experimental` tags to all of the modules defined in `std`, and `unstable` to `std` itself.