mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-07 12:10:33 +00:00
It's only implemented for analyses that implement `Copy`, which means it's basically a complicated synonym for `Copy`. So this commit removes it and uses `Copy` directly. (That direct use will be removed in a later commit.)