diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-07-24 22:43:12 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-07-25 18:46:07 -0400 |
| commit | f4f57bfccb98522f4aaa2942baaa5a381c7d952d (patch) | |
| tree | 20b24726ca882df26f8e986c3fe9742754b013a4 /compiler/rustc_span | |
| parent | 92c6c03805408a1a261b98013304e9bbf59ee428 (diff) | |
| download | rust-f4f57bfccb98522f4aaa2942baaa5a381c7d952d.tar.gz rust-f4f57bfccb98522f4aaa2942baaa5a381c7d952d.zip | |
Make Clone::clone a lang item
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 5ae01389116..18bc514fc98 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -557,6 +557,7 @@ symbols! { clobber_abi, clone, clone_closures, + clone_fn, clone_from, closure, closure_lifetime_binder, |
