rust/compiler/rustc_resolve/src
Matthias Krüger 02434fe718
Rollup merge of #148678 - xonx4l:EO412_replacement_with_EO425, r=Kivooeo
Merge E0412 into E0425

This PR merge E0412 into E0425  as both mean the same thing to users.

This fixes https://github.com/rust-lang/rust/issues/148558.
2025-12-02 22:02:30 +01:00
..
late Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
rustdoc Update tests to work with new DocFragment field and redundant_explicit_links new API 2025-06-23 16:02:34 +02:00
build_reduced_graph.rs propagate function attributes in ast visitor 2025-11-09 14:35:11 +01:00
check_unused.rs Move more early buffered lints to dyn lint diagnostics (5/N) 2025-11-30 17:54:38 +01:00
def_collector.rs propagate function attributes in ast visitor 2025-11-09 14:35:11 +01:00
diagnostics.rs Auto merge of #147634 - fmease:mv-var-to-dyn-buf-lints-next, r=jdonszelmann 2025-12-02 07:33:36 +00:00
effective_visibilities.rs resolve: Minimize borrow scopes for resolutions 2025-07-26 00:19:12 +03:00
errors.rs Move early buffered lint ambigous-glob-imports to a dyn lint diagnostic 2025-12-01 16:31:53 +01:00
ident.rs resolve: Split resolve_ident_in_module_unadjusted into two parts - for non-glob and glob bindings. 2025-11-29 17:23:53 +03:00
imports.rs Move more early buffered lints to dyn lint diagnostics (6/N) 2025-11-30 17:59:42 +01:00
late.rs Rollup merge of #148678 - xonx4l:EO412_replacement_with_EO425, r=Kivooeo 2025-12-02 22:02:30 +01:00
lib.rs Move more early buffered lints to dyn lint diagnostics (5/N) 2025-11-30 17:54:38 +01:00
macros.rs Move more early buffered lints to dyn lint diagnostics (6/N) 2025-11-30 17:59:42 +01:00
rustdoc.rs Fix bad intra-doc-link preprocessing 2025-11-30 13:08:59 +01:00