rust/compiler/rustc_resolve/src
bors 5b1dc9de77 Auto merge of #113980 - bvanjoi:fix-113953, r=petrochenkov
fix(resolve): skip panic when resolution is dummy

Fixes #113953

Skip the panic when the binding refers to a dummy node during the finalization.

r? `@petrochenkov`
2023-07-25 05:25:11 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
build_reduced_graph.rs Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
check_unused.rs Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
def_collector.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
diagnostics.rs fix clippy::useless_format 2023-07-23 11:14:52 +02:00
effective_visibilities.rs resolve: Use Interned for NameBinding 2023-07-05 13:47:36 +03:00
errors.rs Add translatable diagnostic for import resolution strings 2023-06-25 08:29:28 +01:00
ident.rs Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
imports.rs resolve: ensure compile failed when has dummy or ambiguous 2023-07-25 01:57:12 +08:00
late.rs Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov 2023-07-25 01:35:53 +00:00
lib.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
macros.rs Use features() over features_untracked() where possible 2023-07-22 20:09:40 +02:00
rustdoc.rs rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence 2023-04-18 12:22:13 -07:00