mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 00:23:41 +00:00
8dd903cc77
Due to #20400 the corresponding TrustedLen impls need a helper trait instead of directly adding `Item = &[T;N]` bounds. Since TrustedLen is a public trait this in turn means the helper trait needs to be public. Since it's just a workaround for a compiler deficit it's marked hidden, unstable and unsafe. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |