Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dquery.rs207 struct OneLinePrinter<T>(T); in fmt() struct
208 impl<T: Debug> Debug for OneLinePrinter<T> { in fmt() implementation
/third_party/rust/rust/compiler/rustc_index/src/
Dbit_set.rs1742 struct OneLinePrinter<T>(T); in fmt() struct
1743 impl<T: fmt::Debug> fmt::Debug for OneLinePrinter<T> { in fmt() implementation