]> git.lizzy.rs Git - rust.git/commit
Make test expansion induce less reachability
authorSteven Fackler <sfackler@gmail.com>
Sun, 27 Jul 2014 19:02:19 +0000 (12:02 -0700)
committerSteven Fackler <sfackler@gmail.com>
Sun, 27 Jul 2014 19:02:19 +0000 (12:02 -0700)
commit97721fa719882731fd7cce96225c140e094c61b5
treedb56c39a6f9cb7ce044089808dfebd3ebc63bb85
parent3d7a7f645f91371a7fbaf9d8b31e33d89a045aa4
Make test expansion induce less reachability

We previously reexported entire modules, which caused private things to
become reachable and trip the dead code and private items in public API
lints.

Closes #15912
src/librustc/front/test.rs