rust/compiler/rustc_resolve/src
Stuart Cook 36515e780a
Rollup merge of #145369 - estebank:issue-145367, r=compiler-errors
Do not ICE on private type in field of unresolved struct

Fix rust-lang/rust#145367.
2025-08-15 16:16:40 +10:00
..
late resolve: Introduce RibKind::Block 2025-08-14 18:50:57 +03: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 Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petrochenkov 2025-08-15 16:16:39 +10:00
check_unused.rs Introduce ModernIdent type to unify macro 2.0 hygiene handling 2025-08-06 21:19:09 +08:00
def_collector.rs Pass the target type down to parse_attribute_list 2025-08-14 18:11:56 +02:00
diagnostics.rs Do not ICE on private type in field of unresolved struct 2025-08-14 15:59:32 +00:00
effective_visibilities.rs resolve: Minimize borrow scopes for resolutions 2025-07-26 00:19:12 +03:00
errors.rs Detect and report macro kind mismatches early, and more precisely 2025-08-12 09:24:45 -07:00
ident.rs resolve: Restructure resolve_ident_in_lexical_scope for better clarity 2025-08-14 18:50:58 +03:00
imports.rs resolve prelude import at build_reduced_graph phase 2025-08-14 15:28:35 +02:00
late.rs resolve: Inline with_mod_rib 2025-08-14 18:50:57 +03:00
lib.rs Use default_field_values in Resolver 2025-08-14 15:48:47 +00:00
macros.rs resolve: Do not call resolve_macro_path from late resolution 2025-08-14 09:53:46 +03:00
rustdoc.rs rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansion 2025-07-22 18:36:09 -05:00