f6574c5b04
These implementations were intended to be unstable, but currently the stability attributes cannot handle a stable trait with an unstable `impl` block. This commit also audits the rest of the standard library for explicitly-`#[unstable]` impl blocks. No others were removed but some annotations were changed to `#[stable]` as they're defacto stable anyway. One particularly interesting `impl` marked `#[stable]` as part of this commit is the `Add<&[T]>` impl for `Vec<T>`, which uses `push_all` and implicitly clones all elements of the vector provided. Closes #24791 [breaking-change] |
||
---|---|---|
.. | ||
buffered.rs | ||
cursor.rs | ||
error.rs | ||
impls.rs | ||
lazy.rs | ||
mod.rs | ||
prelude.rs | ||
stdio.rs | ||
util.rs |