rustc_
middle
1.86.0-beta.5
(b2af9a598 2025-03-08)
In rustc_
middle::
mir::
pretty
Structs
ExtraComments
PrettyPrintMirOptions
Enums
PassWhere
Constants
ALIGN
BYTES_PER_LINE
INDENT
Functions
comma_sep
comment
create_dump_file
display_allocation
dump_enabled
dump_matched_mir_node
dump_mir
dump_mir_def_ids
dump_mir_to_writer
dump_mir_with_options
dump_path
hex_number_length
post_fmt_projection
pre_fmt_projection
pretty_print_byte_str
pretty_print_const_value
pretty_print_const_value_tcx
use_verbose
write_allocation_bytes
write_allocation_endline
write_allocation_newline
write_allocations
write_basic_block
write_coverage_info_hi
write_extra
write_function_coverage_info
write_mir_fn
write_mir_intro
write_mir_pretty
write_mir_sig
write_scope_tree
write_user_type_annotations
rustc_middle
::
mir
::
pretty
Function
post_fmt_projection
Copy item path
Settings
Help
Summary
Source
fn post_fmt_projection( projection: &[
PlaceElem
<'_>], fmt: &mut
Formatter
<'_>, ) ->
Result