Searched defs:DebugWithContext (Results 1 – 3 of 3) sorted by relevance
9 pub trait DebugWithContext<C>: Eq + fmt::Debug { interface175 impl<T, C> DebugWithContext<C> for &'_ T impl
429 impl DebugWithContext<Borrows<'_, '_>> for BorrowIndex { impl
1051 impl<'tcx, T> DebugWithContext<ValueAnalysisWrapper<T>> for State<T::Value> impl