Alex Crichton 1f2c18a0af rustc: Don't allow priv use to shadow pub use
Previously, a private use statement would shadow a public use statement, all of
a sudden publicly exporting the privately used item. The correct behavior here
is to only shadow the use for the module in question, but for now it just
reverts the entire name to private so the pub use doesn't have much effect.

The behavior isn't exactly what we want, but this no longer has backwards
compatibility hazards.
2014-04-10 15:22:01 -07:00
..
2014-04-08 00:03:11 -07:00
2014-04-06 15:40:01 -07:00
2014-04-08 00:03:12 -07:00
2014-04-04 09:31:44 -07:00
2014-04-06 15:39:56 -07:00
2014-04-06 15:40:01 -07:00
2014-04-06 15:40:01 -07:00