]> git.lizzy.rs Git - rust.git/commit
Move dataflow to borrowck
authorMark Rousskov <mark.simulacrum@gmail.com>
Wed, 1 Aug 2018 00:02:12 +0000 (18:02 -0600)
committerMark Rousskov <mark.simulacrum@gmail.com>
Wed, 1 Aug 2018 00:05:51 +0000 (18:05 -0600)
commitf390917bc2bd77ea41f2eb152a24fce3d6a77046
tree5fc67963eeb47db27b9c88a8fb1c119fd2310248
parente94df4acb4c3f42fdc224a7164b63a99240add1e
Move dataflow to borrowck

No one else uses it.
src/librustc/lib.rs
src/librustc/middle/dataflow.rs [deleted file]
src/librustc_borrowck/borrowck/mod.rs
src/librustc_borrowck/borrowck/move_data.rs
src/librustc_borrowck/dataflow.rs [new file with mode: 0644]
src/librustc_borrowck/graphviz.rs
src/librustc_borrowck/lib.rs