Home
last modified time | relevance | path

Searched defs:clone_trait (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Ddemand.rs1378 let clone_trait = in suggest_deref_or_ref() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dsuggestions.rs1102 let clone_trait = self.tcx.require_lang_item(LangItem::Clone, None); in suggest_add_clone_to_arg() localVariable