Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errors
Make Clone::clone a lang item I want to absorb all the logic for picking whether an Instance is LocalCopy or GloballyShared into one place. As part of this, I wanted to identify Clone shims inside `cross_crate_inlinable` and found that rather tricky. `@compiler-errors` suggested that I add a lang item for `Clone::clone` because that would produce other cleanups in the compiler. That sounds good to me, but I have looked and I've only been able to find one. r? compiler-errors
This commit is contained in:
commit
97eade42f7
4 changed files with 7 additions and 2 deletions
|
@ -557,6 +557,7 @@ symbols! {
|
|||
clobber_abi,
|
||||
clone,
|
||||
clone_closures,
|
||||
clone_fn,
|
||||
clone_from,
|
||||
closure,
|
||||
closure_lifetime_binder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue