]> git.lizzy.rs Git - rust.git/commit
Auto merge of #50355 - petrochenkov:50187, r=oli-obk
authorbors <bors@rust-lang.org>
Wed, 2 May 2018 20:33:31 +0000 (20:33 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 May 2018 20:33:31 +0000 (20:33 +0000)
commit8a37c75a3a661385cc607d934c70e86a9eaf5fd7
treee57a9458d66eb0a11d840afe230d18f950b08444
parent3eadd754730923936ca2ce9c2d303fcac9af099f
parentd5e31158a204aaa8ddc46bd8b9f44a4770db5c4d
Auto merge of #50355 - petrochenkov:50187, r=oli-obk

Fix an unresolved import issue with enabled `use_extern_macros`

This is a kinda ugly special-purpose solution that will break if we suddenly add a fourth namespace, but I hope to come up with something more general if I get to import resolution refactoring this summer.

Fixes https://github.com/rust-lang/rust/issues/50187 thus removing a blocker for stabilization of `use_extern_macros`
src/librustc_resolve/build_reduced_graph.rs
src/librustc_resolve/lib.rs