core::slice::SliceExt removed in 1.27 beta #50834
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Milestone
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.Playground example
The cause is probably #49896, cc @SimonSapin @alexcrichton
The text was updated successfully, but these errors were encountered: