rust/compiler/rustc_resolve/src
bors 203e6c127c Auto merge of #133154 - estebank:issue-133137, r=wesleywiser
Reword resolve errors caused by likely missing crate in dep tree

Reword label and add `help`:

```
error[E0432]: unresolved import `some_novel_crate`
 --> f704.rs:1:5
  |
1 | use some_novel_crate::Type;
  |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `some_novel_crate`
  |
  = help: if you wanted to use a crate named `some_novel_crate`, use `cargo add some_novel_crate` to add it to your `Cargo.toml`
```

Fix #133137.
2025-01-25 11:41:21 +00:00
..
late Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
build_reduced_graph.rs rustc_resolve: flatten nested ifs 2025-01-21 13:34:12 +00:00
check_unused.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
def_collector.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
diagnostics.rs Auto merge of #133154 - estebank:issue-133137, r=wesleywiser 2025-01-25 11:41:21 +00:00
effective_visibilities.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
errors.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
ident.rs rustc_resolve: flatten nested ifs 2025-01-21 13:34:12 +00:00
imports.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
late.rs rustc_resolve: use Iterator combinators instead of for loops where applicable 2025-01-21 13:44:49 +00:00
lib.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
macros.rs Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxu 2025-01-20 10:35:43 +00:00
rustdoc.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00