rust/compiler/rustc_resolve/src
Matthias Krüger c734a9e076
Rollup merge of #90127 - JohnTitor:fix-90113, r=estebank
Do not mention a reexported item if it's private

Fixes #90113
The _actual_ regression was introduced in #73652, then #88838 made it worse. This fixes the issue by not counting such an import as a candidate.
2021-10-25 07:54:13 +02:00
..
late Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" 2021-10-21 09:09:24 -04:00
build_reduced_graph.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
check_unused.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
def_collector.rs Record call_site parent for macros. 2021-09-10 20:19:25 +02:00
diagnostics.rs Do not mention a reexported item if it's private 2021-10-21 20:25:45 +09:00
imports.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
late.rs Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" 2021-10-21 09:09:24 -04:00
lib.rs Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank 2021-10-24 15:48:42 +02:00
macros.rs Remove visible path calculation from allowed deprecation lint 2021-09-30 15:15:10 +04:00