Home
last modified time | relevance | path

Searched defs:AbsolutePathPrinter (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_const_eval/src/util/
Dtype_name.rs12 struct AbsolutePathPrinter<'tcx> { struct
17 impl<'tcx> Printer<'tcx> for AbsolutePathPrinter<'tcx> { argument
145 impl<'tcx> PrettyPrinter<'tcx> for AbsolutePathPrinter<'tcx> { implementation
182 impl Write for AbsolutePathPrinter<'_> { implementation
/third_party/rust/rust/compiler/rustc_lint/src/
Dcontext.rs1222 pub struct AbsolutePathPrinter<'tcx> { in get_def_path() struct
1223 pub tcx: TyCtxt<'tcx>, in get_def_path()
1226 impl<'tcx> Printer<'tcx> for AbsolutePathPrinter<'tcx> { in get_def_path() implementation
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs578 struct AbsolutePathPrinter<'tcx> { in check_and_note_conflicting_crates() struct
579 tcx: TyCtxt<'tcx>, in check_and_note_conflicting_crates()
584 impl<'tcx> Printer<'tcx> for AbsolutePathPrinter<'tcx> { in check_and_note_conflicting_crates() implementation