Home
last modified time | relevance | path

Searched defs:trait_path (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dprelude2021.rs256 let trait_path = self.trait_path_or_bare_name(span, expr_id, container_id); in lint_fully_qualified_call_from_2018() localVariable
327 fn trait_path(&self, span: Span, expr_hir_id: HirId, trait_def_id: DefId) -> Option<String> { in trait_path() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_deref.rs61 let trait_path = in generate_record_deref() localVariable
102 let trait_path = in generate_tuple_deref() localVariable
Dreplace_derive_with_manual_impl.rs135 let trait_path = replace_trait_path.to_string(); in add_assist() localVariable
Dadd_missing_impl_members.rs169 let trait_path = in try_gen_trait_body() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/nice_region_error/
Dplaceholder_error.rs483 let trait_path = actual_trait_ref.map(|tr| tr.print_only_trait_path()); in explain_actual_impl_that_was_found() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dtrait_bounds.rs378 let trait_path = t.trait_ref.path; in get_trait_info_from_bound() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/structured_errors/
Dwrong_number_of_generic_args.rs820 let trait_path = self.tcx.def_path_str(trait_def_id); in suggest_moving_args_from_assoc_fn_to_trait_for_method_call() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Derrors.rs434 pub(crate) trait_path: String, field
Dlate.rs3039 let trait_path = path_names_to_string(path); in check_trait_item() localVariable
/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/
Dmod.rs562 let trait_path = self.path.to_path(cx, self.span, type_ident, generics); in create_derived_impl() localVariable