mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
e3aba17ef1
This allows traits in `core` to be sealed as well. This could be the same trait as `std` via a re-export, but that would require `core::sealed` to be `pub` (even if unstable). Keep them as separate traits for now.