rust/compiler/rustc_resolve/src
bors d69787f098 Auto merge of #111195 - GuillaumeGomez:fix-ice-intra-doc-link, r=petrochenkov
Prevent crash when a path is not resolved in intra-doc link

Fixes https://github.com/rust-lang/rust/issues/111189.

cc `@petrochenkov`
r? `@notriddle`
2023-05-24 07:49:53 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late improve diagnostics and bless tests 2023-05-05 21:42:54 +01:00
build_reduced_graph.rs fix(resolve): not defined extern crate shadow_name 2023-05-23 13:14:34 +08:00
check_unused.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
def_collector.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
diagnostics.rs Rollup merge of #111652 - clubby789:self-import-improvement, r=compiler-errors 2023-05-20 12:21:00 +05:30
effective_visibilities.rs Populate effective visibilities in rustc_privacy 2023-05-11 14:51:01 +03:00
errors.rs Improve error for self: Box<self> 2023-05-11 13:21:10 +01:00
ident.rs fix(resolve): only disambiguate binding key during define 2023-05-18 09:29:48 +08:00
imports.rs Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov 2023-05-19 00:41:32 +00:00
late.rs Ignore "non-real" type Res in rustdoc intra doc link resolution 2023-05-23 15:33:34 +02:00
lib.rs fix(resolve): not defined extern crate shadow_name 2023-05-23 13:14:34 +08:00
macros.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
rustdoc.rs rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence 2023-04-18 12:22:13 -07:00