1
1
error: unresolved link to `T`
2
- --> $DIR/non-path-primitives.rs:11 :7
2
+ --> $DIR/non-path-primitives.rs:12 :7
3
3
|
4
4
LL | //! [[T]::rotate_left]
5
5
| ^ no item named `T` in scope
@@ -12,55 +12,55 @@ LL | #![deny(broken_intra_doc_links)]
12
12
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
13
13
14
14
error: unresolved link to `Z`
15
- --> $DIR/non-path-primitives.rs:13 :5
15
+ --> $DIR/non-path-primitives.rs:14 :5
16
16
|
17
17
LL | //
18
18
| ^ no item named `Z` in scope
19
19
|
20
20
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
21
21
22
22
error: unresolved link to `Z`
23
- --> $DIR/non-path-primitives.rs:16 :6
23
+ --> $DIR/non-path-primitives.rs:17 :6
24
24
|
25
25
LL | //! [Z][]
26
26
| ^ no item named `Z` in scope
27
27
|
28
28
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29
29
30
30
error: unresolved link to `Z`
31
- --> $DIR/non-path-primitives.rs:18 :6
31
+ --> $DIR/non-path-primitives.rs:19 :6
32
32
|
33
33
LL | //! [Z]: [T; N]::map
34
34
| ^ no item named `Z` in scope
35
35
|
36
36
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
37
37
38
38
error: unresolved link to `unit::eq`
39
- --> $DIR/non-path-primitives.rs:27 :6
39
+ --> $DIR/non-path-primitives.rs:28 :6
40
40
|
41
41
LL | //! [unit::eq]
42
42
| ^^^^^^^^ the builtin type `unit` has no associated item named `eq`
43
43
44
44
error: unresolved link to `tuple::eq`
45
- --> $DIR/non-path-primitives.rs:28 :6
45
+ --> $DIR/non-path-primitives.rs:29 :6
46
46
|
47
47
LL | //! [tuple::eq]
48
48
| ^^^^^^^^^ the builtin type `tuple` has no associated item named `eq`
49
49
50
50
error: unresolved link to `fn::eq`
51
- --> $DIR/non-path-primitives.rs:29 :6
51
+ --> $DIR/non-path-primitives.rs:30 :6
52
52
|
53
53
LL | //! [fn::eq]
54
54
| ^^^^^^ the builtin type `fn` has no associated item named `eq`
55
55
56
56
error: unresolved link to `never::eq`
57
- --> $DIR/non-path-primitives.rs:30 :6
57
+ --> $DIR/non-path-primitives.rs:31 :6
58
58
|
59
59
LL | //! [never::eq]
60
60
| ^^^^^^^^^ the builtin type `never` has no associated item named `eq`
61
61
62
62
error: unresolved link to `reference::deref`
63
- --> $DIR/non-path-primitives.rs:34 :6
63
+ --> $DIR/non-path-primitives.rs:35 :6
64
64
|
65
65
LL | //! [reference::deref]
66
66
| ^^^^^^^^^^^^^^^^ the builtin type `reference` has no associated item named `deref`
0 commit comments