Closed
Description
The core::slice::SliceExt
trait was removed from the libcore public API in 1.27 beta, but it contained some stable methods in it, and it was possible to call them on stable. Its removal is breaking some crates.
- snes-bitplanes regressed from stable to beta (build log) cc @TooManyBees
The cause is probably #49896, cc @SimonSapin @alexcrichton