rust/src/librustc_resolve
Alex Crichton 2549cbec9d rustc_resolve: Do not allow mods to shadow types
This commit modifies resolve to prevent conflicts with typedef names in the same
method that conflits are prevented with enum names. This is a breaking change
due to the differing semantics in resolve, and any errors generated on behalf of
this change require that a conflicting typedef, module, or structure to be
renamed so they do not conflict.

[breaking-change]
Closes #6936
2015-01-18 18:25:55 -08:00
..
build_reduced_graph.rs rustc_resolve: Do not allow mods to shadow types 2015-01-18 18:25:55 -08:00
check_unused.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
lib.rs rustc_resolve: Do not allow mods to shadow types 2015-01-18 18:25:55 -08:00
record_exports.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00