rust/compiler/rustc_resolve/src
Matthias Krüger bacf059f57
Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov
Lint ambiguous glob re-exports

Attempts to fix #107563.

We currently already emit errors for ambiguous re-exports when two names are re-exported *specifically*, i.e. not from glob exports. This PR attempts to emit deny-by-default lints for ambiguous glob re-exports.
2023-03-23 19:55:43 +01:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late error-msg: impl better suggestion for E0532 2023-03-15 22:19:54 +13:00
build_reduced_graph.rs Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr 2023-03-23 12:35:05 +00:00
check_unused.rs Address review. 2023-02-25 13:43:21 +00:00
def_collector.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
diagnostics.rs resolve: Remove struct_field_names_untracked 2023-03-13 17:31:55 +04:00
effective_visibilities.rs Lint ambiguous glob re-exports 2023-03-20 03:22:31 +08:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
ident.rs Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
imports.rs Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov 2023-03-23 19:55:43 +01:00
late.rs Remove comment about re-using Rib allocations 2023-03-22 12:09:19 +01:00
lib.rs Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov 2023-03-23 19:55:43 +01:00
macros.rs rustc_interface: Add a new query pre_configure 2023-03-23 14:22:48 +04:00
rustdoc.rs rustdoc: Cleanup parent module tracking for doc links 2023-03-21 17:36:57 +04:00