rust/src/librustc_resolve
Nick Cameron df0c6d9385 save-analysis: emit names of items that a glob import actually imports.
There is also some work here to make resolve a bit more stable - it no longer overwrites a specific import with a glob import.

[breaking-change]

Import shadowing of single/list imports by globs is now forbidden. An interesting case is where a glob import imports a re-export (`pub use`) of a single import. This still counts as a single import for the purposes of shadowing .You can usually fix any bustage by re-ordering such imports. A single import may still shadow (override) a glob import or the prelude.
2014-12-27 09:55:25 +13:00
..
check_unused.rs save-analysis: emit names of items that a glob import actually imports. 2014-12-27 09:55:25 +13:00
lib.rs save-analysis: emit names of items that a glob import actually imports. 2014-12-27 09:55:25 +13:00
record_exports.rs rustc_resolve: move export recording into its own module. 2014-12-20 07:28:47 +02:00