mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +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>