]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry
authorTyler Mandry <tmandry@gmail.com>
Wed, 18 Sep 2019 17:58:03 +0000 (10:58 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 17:58:03 +0000 (10:58 -0700)
commite8ded849ef57a983ff26245f7065dcaf17edc04b
tree00973dbb94f512ec7fe2ef6108db1485fff9105c
parentdece57302a8e6775b34dd6447eb98552e83bdc9d
parent867ce769b6a27c8f359eb6573f5da8b34677d055
Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry

Make rustc_mir::dataflow module pub (for clippy)

I'm working on fixing false-positives of a MIR-based clippy lint (https://github.com/rust-lang/rust-clippy/pull/4509), and in need of the dataflow infrastructure.
src/librustc_mir/lib.rs