Enum rustc_driver::pretty::PpFlowGraphMode [] [src]

pub enum PpFlowGraphMode {
    Default,
    UnlabelledEdges,
}
🔬 This is a nightly-only experimental API. (rustc_private)

Variants

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Drops the labels from the edges in the flowgraph output. This is mostly for use in the --unpretty flowgraph run-make tests, since the labels are largely uninteresting in those cases and have become a pain to maintain.

Trait Implementations

impl Copy for PpFlowGraphMode
[src]

impl Clone for PpFlowGraphMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PpFlowGraphMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for PpFlowGraphMode
[src]

Formats the value using the given formatter.