1
1
warning: `[Foo::baz]` cannot be resolved, ignoring it...
2
2
--> $DIR/intra-links-warning.rs:13:23
3
3
|
4
- 13 | //! Test with [Foo::baz], [Bar::foo], ...
4
+ LL | //! Test with [Foo::baz], [Bar::foo], ...
5
5
| ^^^^^^^^ cannot be resolved, ignoring
6
6
|
7
7
= note: #[warn(intra_doc_link_resolution_failure)] on by default
@@ -10,67 +10,67 @@ warning: `[Foo::baz]` cannot be resolved, ignoring it...
10
10
warning: `[Bar::foo]` cannot be resolved, ignoring it...
11
11
--> $DIR/intra-links-warning.rs:13:35
12
12
|
13
- 13 | //! Test with [Foo::baz], [Bar::foo], ...
13
+ LL | //! Test with [Foo::baz], [Bar::foo], ...
14
14
| ^^^^^^^^ cannot be resolved, ignoring
15
15
|
16
16
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
17
17
18
18
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
19
19
--> $DIR/intra-links-warning.rs:14:13
20
20
|
21
- 14 | //! , [Uniooon::X] and [Qux::Z].
21
+ LL | //! , [Uniooon::X] and [Qux::Z].
22
22
| ^^^^^^^^^^ cannot be resolved, ignoring
23
23
|
24
24
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
25
25
26
26
warning: `[Qux::Z]` cannot be resolved, ignoring it...
27
27
--> $DIR/intra-links-warning.rs:14:30
28
28
|
29
- 14 | //! , [Uniooon::X] and [Qux::Z].
29
+ LL | //! , [Uniooon::X] and [Qux::Z].
30
30
| ^^^^^^ cannot be resolved, ignoring
31
31
|
32
32
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
33
33
34
34
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
35
35
--> $DIR/intra-links-warning.rs:16:14
36
36
|
37
- 16 | //! , [Uniooon::X] and [Qux::Z].
37
+ LL | //! , [Uniooon::X] and [Qux::Z].
38
38
| ^^^^^^^^^^ cannot be resolved, ignoring
39
39
|
40
40
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
41
41
42
42
warning: `[Qux::Z]` cannot be resolved, ignoring it...
43
43
--> $DIR/intra-links-warning.rs:16:31
44
44
|
45
- 16 | //! , [Uniooon::X] and [Qux::Z].
45
+ LL | //! , [Uniooon::X] and [Qux::Z].
46
46
| ^^^^^^ cannot be resolved, ignoring
47
47
|
48
48
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
49
49
50
50
warning: `[Qux:Y]` cannot be resolved, ignoring it...
51
51
--> $DIR/intra-links-warning.rs:18:13
52
52
|
53
- 18 | /// [Qux:Y]
53
+ LL | /// [Qux:Y]
54
54
| ^^^^^ cannot be resolved, ignoring
55
55
|
56
56
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
57
57
58
58
warning: `[BarA]` cannot be resolved, ignoring it...
59
59
--> $DIR/intra-links-warning.rs:24:10
60
60
|
61
- 24 | /// bar [BarA] bar
61
+ LL | /// bar [BarA] bar
62
62
| ^^^^ cannot be resolved, ignoring
63
63
|
64
64
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
65
65
66
66
warning: `[BarB]` cannot be resolved, ignoring it...
67
67
--> $DIR/intra-links-warning.rs:28:1
68
68
|
69
- 28 | / /**
70
- 29 | | * Foo
71
- 30 | | * bar [BarB] bar
72
- 31 | | * baz
73
- 32 | | */
69
+ LL | / /**
70
+ LL | | * Foo
71
+ LL | | * bar [BarB] bar
72
+ LL | | * baz
73
+ LL | | */
74
74
| |___^
75
75
|
76
76
= note: the link appears in this line:
@@ -82,13 +82,13 @@ warning: `[BarB]` cannot be resolved, ignoring it...
82
82
warning: `[BarC]` cannot be resolved, ignoring it...
83
83
--> $DIR/intra-links-warning.rs:35:1
84
84
|
85
- 35 | / /** Foo
86
- 36 | |
87
- 37 | | bar [BarC] bar
88
- 38 | | baz
85
+ LL | / /** Foo
86
+ LL | |
87
+ LL | | bar [BarC] bar
88
+ LL | | baz
89
89
... |
90
- 44 | |
91
- 45 | | */
90
+ LL | |
91
+ LL | | */
92
92
| |__^
93
93
|
94
94
= note: the link appears in this line:
@@ -100,7 +100,7 @@ warning: `[BarC]` cannot be resolved, ignoring it...
100
100
warning: `[BarD]` cannot be resolved, ignoring it...
101
101
--> $DIR/intra-links-warning.rs:48:1
102
102
|
103
- 48 | #[doc = "Foo/nbar [BarD] bar/nbaz"]
103
+ LL | #[doc = "Foo/nbar [BarD] bar/nbaz"]
104
104
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
105
105
|
106
106
= note: the link appears in this line:
@@ -112,10 +112,10 @@ warning: `[BarD]` cannot be resolved, ignoring it...
112
112
warning: `[BarF]` cannot be resolved, ignoring it...
113
113
--> $DIR/intra-links-warning.rs:53:9
114
114
|
115
- 53 | #[doc = $f]
115
+ LL | #[doc = $f]
116
116
| ^^^^^^^^^^^
117
117
...
118
- 57 | f!("Foo/nbar [BarF] bar/nbaz");
118
+ LL | f!("Foo/nbar [BarF] bar/nbaz");
119
119
| ------------------------------- in this macro invocation
120
120
|
121
121
= note: the link appears in this line:
0 commit comments