Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dquery.rs189 struct GenVariantPrinter(VariantIdx); in fmt() struct
190 impl From<VariantIdx> for GenVariantPrinter { in fmt() implementation
195 impl Debug for GenVariantPrinter { in fmt() implementation