[−][src]Module syntax::print::pprust
⚙️ This is an internal compiler API. (rustc_private
)
This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml
.
Structs
Comments | Internal |
NoAnn | Internal |
State | Internal |
Enums
AnnNode | Internal |
MacHeader | Internal |
Constants
INDENT_UNIT | Internal |
Traits
PpAnn | Internal |
PrintState | Internal |
Functions
ast_ident_to_string | Internal Print an ident from AST, |
attr_item_to_string | Internal |
attribute_to_string | Internal |
binop_to_string | Internal |
block_to_string | Internal |
bounds_to_string | Internal |
expr_to_string | Internal |
foreign_item_to_string | Internal |
generic_params_to_string | Internal |
ident_to_string | Internal |
impl_item_to_string | Internal |
item_to_string | Internal |
literal_to_string | Internal |
meta_list_item_to_string | Internal |
nonterminal_to_string | Internal |
param_to_string | Internal |
pat_to_string | Internal |
path_segment_to_string | Internal |
path_to_string | Internal |
print_crate | Internal Requires you to pass an input filename and reader so that it can scan the input text for comments to copy forward. |
stmt_to_string | Internal |
to_string | Internal |
token_kind_to_string | Internal Print the token kind precisely, without converting |
token_kind_to_string_ext | Internal |
token_to_string | Internal Print the token precisely, without converting |
token_to_string_ext | Internal |
trait_item_to_string | Internal |
tt_prepend_space | Internal |
tt_to_string | Internal |
tts_to_string | Internal |
ty_to_string | Internal |
vis_to_string | Internal |
visibility_qualified | Internal |