You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr
+6-6
Original file line number
Diff line number
Diff line change
@@ -10,47 +10,47 @@ note: the lint level is defined here
10
10
LL | #![deny(warnings)]
11
11
| ^^^^^^^^
12
12
= note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
13
-
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
13
+
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
14
14
15
15
error: unknown disambiguator `bar`
16
16
--> $DIR/unknown-disambiguator.rs:4:35
17
17
|
18
18
LL | //! Linking to [foo@banana] and [`bar@banana!()`].
19
19
| ^^^
20
20
|
21
-
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
21
+
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
22
22
23
23
error: unknown disambiguator `foo`
24
24
--> $DIR/unknown-disambiguator.rs:10:34
25
25
|
26
26
LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
27
27
| ^^^
28
28
|
29
-
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
29
+
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
30
30
31
31
error: unknown disambiguator `foo`
32
32
--> $DIR/unknown-disambiguator.rs:10:48
33
33
|
34
34
LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
35
35
| ^^^
36
36
|
37
-
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
37
+
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
38
38
39
39
error: unknown disambiguator ``
40
40
--> $DIR/unknown-disambiguator.rs:7:31
41
41
|
42
42
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
43
43
| ^
44
44
|
45
-
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
45
+
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
46
46
47
47
error: unknown disambiguator ``
48
48
--> $DIR/unknown-disambiguator.rs:7:57
49
49
|
50
50
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
51
51
| ^
52
52
|
53
-
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
53
+
= note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
0 commit comments