Enum rustc_ap_rustc_session::config::PpMode [−][src]
pub enum PpMode {
Source(PpSourceMode),
AstTree(PpAstTreeMode),
Hir(PpHirMode),
HirTree,
ThirTree,
Mir,
MirCFG,
}Variants
Source(PpSourceMode)Options that print the source code, i.e.
--pretty and -Zunpretty=everybody_loops
AstTree(PpAstTreeMode)Hir(PpHirMode)Options that print the HIR, i.e. -Zunpretty=hir
-Zunpretty=hir-tree
-Zunpretty=thir-tree
-Zunpretty=mir
-Zunpretty=mir-cfg
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PpModeimpl UnwindSafe for PpModeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V