We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1fa2b commit 792b2eaCopy full SHA for 792b2ea
src/doc/rustdoc/src/lints.md
@@ -25,11 +25,11 @@ pub fn foo() {}
25
You'll get a warning saying:
26
27
```text
28
-warning: `[Nonexistent]` cannot be resolved, ignoring it.
+warning: unresolved link to `Nonexistent`
29
--> test.rs:1:24
30
|
31
1 | /// I want to link to [`Nonexistent`] but it doesn't exist!
32
- | ^^^^^^^^^^^^^ cannot be resolved, ignoring
+ | ^^^^^^^^^^^^^ no item named `Nonexistent` in `test`
33
```
34
35
It will also warn when there is an ambiguity and suggest how to disambiguate:
0 commit comments