1
1
error: doc list item without indentation
2
- --> tests/ui/doc/doc_lazy_list.rs:4 :5
2
+ --> tests/ui/doc/doc_lazy_list.rs:5 :5
3
3
|
4
4
LL | /// lazy continuation
5
5
| ^
@@ -13,7 +13,7 @@ LL | /// lazy continuation
13
13
| +++
14
14
15
15
error: doc list item without indentation
16
- --> tests/ui/doc/doc_lazy_list.rs:9 :5
16
+ --> tests/ui/doc/doc_lazy_list.rs:10 :5
17
17
|
18
18
LL | /// lazy list continuations don't make warnings with this lint
19
19
| ^
@@ -25,7 +25,7 @@ LL | /// lazy list continuations don't make warnings with this lint
25
25
| +++
26
26
27
27
error: doc list item without indentation
28
- --> tests/ui/doc/doc_lazy_list.rs:11 :5
28
+ --> tests/ui/doc/doc_lazy_list.rs:12 :5
29
29
|
30
30
LL | /// because they don't have the
31
31
| ^
@@ -37,7 +37,7 @@ LL | /// because they don't have the
37
37
| +++
38
38
39
39
error: doc list item without indentation
40
- --> tests/ui/doc/doc_lazy_list.rs:16 :5
40
+ --> tests/ui/doc/doc_lazy_list.rs:17 :5
41
41
|
42
42
LL | /// lazy continuation
43
43
| ^
@@ -49,7 +49,7 @@ LL | /// lazy continuation
49
49
| ++++
50
50
51
51
error: doc list item without indentation
52
- --> tests/ui/doc/doc_lazy_list.rs:21 :5
52
+ --> tests/ui/doc/doc_lazy_list.rs:22 :5
53
53
|
54
54
LL | /// lazy list continuations don't make warnings with this lint
55
55
| ^
@@ -61,7 +61,7 @@ LL | /// lazy list continuations don't make warnings with this lint
61
61
| ++++
62
62
63
63
error: doc list item without indentation
64
- --> tests/ui/doc/doc_lazy_list.rs:23 :5
64
+ --> tests/ui/doc/doc_lazy_list.rs:24 :5
65
65
|
66
66
LL | /// because they don't have the
67
67
| ^
@@ -73,7 +73,7 @@ LL | /// because they don't have the
73
73
| ++++
74
74
75
75
error: doc list item without indentation
76
- --> tests/ui/doc/doc_lazy_list.rs:28 :5
76
+ --> tests/ui/doc/doc_lazy_list.rs:29 :5
77
77
|
78
78
LL | /// lazy continuation
79
79
| ^
@@ -85,7 +85,7 @@ LL | /// lazy continuation
85
85
| ++++
86
86
87
87
error: doc list item without indentation
88
- --> tests/ui/doc/doc_lazy_list.rs:33 :5
88
+ --> tests/ui/doc/doc_lazy_list.rs:34 :5
89
89
|
90
90
LL | /// this will warn on the lazy continuation
91
91
| ^
@@ -97,7 +97,7 @@ LL | /// this will warn on the lazy continuation
97
97
| ++++++
98
98
99
99
error: doc list item without indentation
100
- --> tests/ui/doc/doc_lazy_list.rs:35 :5
100
+ --> tests/ui/doc/doc_lazy_list.rs:36 :5
101
101
|
102
102
LL | /// and so should this
103
103
| ^^^^
@@ -109,7 +109,7 @@ LL | /// and so should this
109
109
| ++
110
110
111
111
error: doc list item without indentation
112
- --> tests/ui/doc/doc_lazy_list.rs:56 :5
112
+ --> tests/ui/doc/doc_lazy_list.rs:57 :5
113
113
|
114
114
LL | /// 'protocol_descriptors': [
115
115
| ^
@@ -121,7 +121,7 @@ LL | /// 'protocol_descriptors': [
121
121
| +
122
122
123
123
error: doc list item without indentation
124
- --> tests/ui/doc/doc_lazy_list.rs:75 :5
124
+ --> tests/ui/doc/doc_lazy_list.rs:76 :5
125
125
|
126
126
LL | /// ]
127
127
| ^
0 commit comments