]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco
authorbors <bors@rust-lang.org>
Fri, 19 Jul 2019 00:24:39 +0000 (00:24 +0000)
committerbors <bors@rust-lang.org>
Fri, 19 Jul 2019 00:24:39 +0000 (00:24 +0000)
resolve: Improve candidate search for unresolved macro suggestions

Use same scope visiting machinery for both collecting suggestion candidates and actually resolving the names.

The PR is better read in per-commit fashion with whitespace changes ignored (the first commit in particular moves some code around).

This should be the last pre-requisite for https://github.com/rust-lang/rust/pull/62086.
r? @davidtwco

1  2 
src/libsyntax_pos/symbol.rs

Simple merge