mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
aed001b8d4
* `const_transmute` currently also seems to depend on the `const_fn` feature. * Only `Sized` is currently allowed as a bound, not Copy.