Detect a type as clonable with an explicit `impl Clone`
authorMatt Corallo <git@bluematt.me>
Sun, 26 Sep 2021 06:19:07 +0000 (06:19 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 26 Sep 2021 06:19:07 +0000 (06:19 +0000)
These stay `impl Clone` even after the pretty-print rustc pass so
we cannot only match `core::clone::Clone`


No differences found