Searched defs:trait_path (Results 1 – 10 of 10) sorted by relevance
256 let trait_path = self.trait_path_or_bare_name(span, expr_id, container_id); in lint_fully_qualified_call_from_2018() localVariable327 fn trait_path(&self, span: Span, expr_hir_id: HirId, trait_def_id: DefId) -> Option<String> { in trait_path() method
61 let trait_path = in generate_record_deref() localVariable102 let trait_path = in generate_tuple_deref() localVariable
135 let trait_path = replace_trait_path.to_string(); in add_assist() localVariable
169 let trait_path = in try_gen_trait_body() localVariable
483 let trait_path = actual_trait_ref.map(|tr| tr.print_only_trait_path()); in explain_actual_impl_that_was_found() localVariable
378 let trait_path = t.trait_ref.path; in get_trait_info_from_bound() localVariable
820 let trait_path = self.tcx.def_path_str(trait_def_id); in suggest_moving_args_from_assoc_fn_to_trait_for_method_call() localVariable
434 pub(crate) trait_path: String, field
3039 let trait_path = path_names_to_string(path); in check_trait_item() localVariable
562 let trait_path = self.path.to_path(cx, self.span, type_ident, generics); in create_derived_impl() localVariable