Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/traits/error_reporting/
Dmod.rs47 let trait_str = tcx.def_path_str(trait_def_id); in report_object_safety_error() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Don_unimplemented.rs624 let trait_str = tcx.def_path_str(trait_ref.def_id); in format() localVariable