Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Derrors.rs77 struct DebugArgPath<'a>(pub &'a Path); struct
79 impl IntoDiagnosticArg for DebugArgPath<'_> { implementation