mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
1b568ba0fd
These traits are currently all just unstable parts of the facade which are implementation details for primitives further up the facade. This may make it more difficult to find what set of methods you get if only linking to libcore, but for now that's also unstable behavior. Closes #22025