Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_impl/src/
Dprofiling_support.rs115 trait SpecIntoSelfProfilingString: Debug { trait
143 impl<T0, T1> SpecIntoSelfProfilingString for (T0, T1) impl