rust/src/librustc/middle/cfg
Alex Crichton e2eacd5739 rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labels
Add `--xpretty flowgraph,unlabelled` variant to the (unstable) flowgraph printing `rustc` option.

This makes the tests much easier to maintain; the particular details of the labels attached to exiting scopes is not worth the effort required to keep it up to date as things change in the compiler internals.
2015-01-15 14:11:42 -08:00
..
construct.rs syntax: add fully qualified UFCS expressions. 2015-01-15 18:51:14 +02:00
graphviz.rs add --xpretty flowgraph,unlabelled variant. 2015-01-12 22:42:12 +01:00
mod.rs