Enum rustc_session::config::PpMode
source · pub enum PpMode {
Source(PpSourceMode),
AstTree(PpAstTreeMode),
Hir(PpHirMode),
HirTree,
ThirTree,
Mir,
MirCFG,
}
Variants§
Source(PpSourceMode)
Options that print the source code, i.e.
-Zunpretty=normal
and -Zunpretty=expanded
AstTree(PpAstTreeMode)
Hir(PpHirMode)
Options that print the HIR, i.e. -Zunpretty=hir
HirTree
-Zunpretty=hir-tree
ThirTree
-Zunpretty=thir-tree
Mir
-Zunpretty=mir
MirCFG
-Zunpretty=mir-cfg
Implementations§
Trait Implementations§
impl Copy for PpMode
impl StructuralPartialEq for PpMode
Auto Trait Implementations§
impl RefUnwindSafe for PpMode
impl Send for PpMode
impl Sync for PpMode
impl Unpin for PpMode
impl UnwindSafe for PpMode
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 2 bytes
Size for each variant:
Source
: 1 byteAstTree
: 1 byteHir
: 1 byteHirTree
: 0 bytesThirTree
: 0 bytesMir
: 0 bytesMirCFG
: 0 bytes