Enum rustc_driver::pretty::PpFlowGraphModeUnstable [-] [+] [src]

pub enum PpFlowGraphMode {
    Default,
    UnlabelledEdges,
}

Variants

Default
UnlabelledEdges

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

Trait Implementations

Derived Implementations

impl Debug for PpFlowGraphMode

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for PpFlowGraphMode

fn eq(&self, __arg_0: &PpFlowGraphMode) -> bool

fn ne(&self, __arg_0: &PpFlowGraphMode) -> bool

impl Clone for PpFlowGraphMode

fn clone(&self) -> PpFlowGraphMode

fn clone_from(&mut self, source: &Self)

impl Copy for PpFlowGraphMode