]> git.lizzy.rs Git - rust.git/commit
Remove trans-internal re-exports of rustc modules
authorRobin Kruppe <robin.kruppe@gmail.com>
Sat, 27 May 2017 18:48:09 +0000 (20:48 +0200)
committerRobin Kruppe <robin.kruppe@gmail.com>
Sat, 27 May 2017 19:09:29 +0000 (21:09 +0200)
commit6fec17ee152cbd9c25989d880f9e0e43f3c72f19
treee66bb6ec1c2d60e9e4074ca0e7c19ce56fb2e6be
parent493cd6b6e2dfc400c4026f1f2c9b89e97055107e
Remove trans-internal re-exports of rustc modules

The previous commit removed them from the public API, this rewrites the use statements to get rid of the non-standard re-exports.
16 files changed:
src/librustc_trans/back/link.rs
src/librustc_trans/back/linker.rs
src/librustc_trans/back/msvc/mod.rs
src/librustc_trans/back/symbol_export.rs
src/librustc_trans/back/write.rs
src/librustc_trans/base.rs
src/librustc_trans/collector.rs
src/librustc_trans/common.rs
src/librustc_trans/context.rs
src/librustc_trans/debuginfo/gdb.rs
src/librustc_trans/debuginfo/metadata.rs
src/librustc_trans/debuginfo/mod.rs
src/librustc_trans/lib.rs
src/librustc_trans/mir/mod.rs
src/librustc_trans/mir/rvalue.rs
src/librustc_trans/partitioning.rs