[−][src]Module rustc_driver::pretty
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
The various pretty print routines.
Re-exports
pub use self::UserIdentifiedItem::*; |
pub use self::PpSourceMode::*; |
pub use self::PpMode::*; |
Structs
HygieneAnnotation |
[ Experimental ]
|
IdentifiedAnnotation |
[ Experimental ]
|
NoAnn |
[ Experimental ]
|
ReplaceBodyWithLoop |
[ Experimental ]
|
TypedAnnotation |
[ Experimental ]
|
Enums
NodesMatchingUII |
[ Experimental ]
|
PpFlowGraphMode |
[ Experimental ]
|
PpMode |
[ Experimental ]
|
PpSourceMode |
[ Experimental ]
|
UserIdentifiedItem |
[ Experimental ]
|
Traits
HirPrinterSupport |
[ Experimental ]
|
PrinterSupport |
[ Experimental ]
|
Functions
fold_crate |
[ Experimental ]
|
gather_flowgraph_variants |
[ Experimental ]
|
get_source |
[ Experimental ]
|
parse_pretty |
[ Experimental ]
|
print_after_hir_lowering |
[ Experimental ]
|
print_after_parsing |
[ Experimental ]
|
print_flowgraph |
[ Experimental ]
|
print_with_analysis |
[ Experimental ]
|
write_output |
[ Experimental ]
|