mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:15:20 +00:00
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>