rust/compiler/rustc_resolve
Matthias Krüger 068594e365
Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors
Note potential but private items in show_candidates

Closes #138626 .
We should add potential private items to give ample hints.
And for the other seemingly false positive ` pub use crate:1️⃣:Foo;` should be kept because we don't know if the user wants to import other module's items or not, and therefore should be given the full option to do so.
r? compiler
2025-04-01 20:25:21 +02:00
..
src Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors 2025-04-01 20:25:21 +02:00
Cargo.toml rustc_resolve: fix instability in lib.rmeta contents 2025-03-18 16:41:32 -04:00
messages.ftl Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00