Module rustc_mir_dataflow::framework::fmt[][src]

Expand description

Custom formatting traits used when outputting Graphviz diagrams with the results of a dataflow analysis.

Structs

Implements fmt::Debug by deferring to <T as DebugWithContext<C>>::fmt_diff_with.

Implements fmt::Debug by deferring to <T as DebugWithContext<C>>::fmt_with.

Traits

An extension to fmt::Debug for data that can be better printed with some auxiliary data C.