mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
2fd9442afc
While a better approach would be to implement it for all ZSTs which are `Copy` and have trivial `Clone`, the last property cannot be detected for now. Signed-off-by: Petr Portnov <me@progrm-jarvis.ru>