1
1
error: empty doc comment
2
- --> tests/ui/empty_docs.rs:6 :5
2
+ --> tests/ui/empty_docs.rs:9 :5
3
3
|
4
4
LL | //!
5
5
| ^^^
@@ -9,31 +9,31 @@ LL | //!
9
9
= help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`
10
10
11
11
error: empty doc comment
12
- --> tests/ui/empty_docs.rs:14 :5
12
+ --> tests/ui/empty_docs.rs:17 :5
13
13
|
14
14
LL | ///
15
15
| ^^^
16
16
|
17
17
= help: consider removing or filling it
18
18
19
19
error: empty doc comment
20
- --> tests/ui/empty_docs.rs:16 :9
20
+ --> tests/ui/empty_docs.rs:19 :9
21
21
|
22
22
LL | ///
23
23
| ^^^
24
24
|
25
25
= help: consider removing or filling it
26
26
27
27
error: empty doc comment
28
- --> tests/ui/empty_docs.rs:27 :5
28
+ --> tests/ui/empty_docs.rs:30 :5
29
29
|
30
30
LL | #[doc = ""]
31
31
| ^^^^^^^^^^^
32
32
|
33
33
= help: consider removing or filling it
34
34
35
35
error: empty doc comment
36
- --> tests/ui/empty_docs.rs:30 :5
36
+ --> tests/ui/empty_docs.rs:33 :5
37
37
|
38
38
LL | / #[doc = ""]
39
39
LL | | #[doc = ""]
@@ -42,36 +42,54 @@ LL | | #[doc = ""]
42
42
= help: consider removing or filling it
43
43
44
44
error: empty doc comment
45
- --> tests/ui/empty_docs.rs:37 :5
45
+ --> tests/ui/empty_docs.rs:40 :5
46
46
|
47
47
LL | ///
48
48
| ^^^
49
49
|
50
50
= help: consider removing or filling it
51
51
52
52
error: empty doc comment
53
- --> tests/ui/empty_docs.rs:50 :13
53
+ --> tests/ui/empty_docs.rs:53 :13
54
54
|
55
55
LL | /*! */
56
56
| ^^^^^^
57
57
|
58
58
= help: consider removing or filling it
59
59
60
60
error: empty doc comment
61
- --> tests/ui/empty_docs.rs:58 :13
61
+ --> tests/ui/empty_docs.rs:61 :13
62
62
|
63
63
LL | ///
64
64
| ^^^
65
65
|
66
66
= help: consider removing or filling it
67
67
68
68
error: empty doc comment
69
- --> tests/ui/empty_docs.rs:66 :9
69
+ --> tests/ui/empty_docs.rs:69 :9
70
70
|
71
71
LL | ///
72
72
| ^^^
73
73
|
74
74
= help: consider removing or filling it
75
75
76
- error: aborting due to 9 previous errors
76
+ error: empty doc comment
77
+ --> tests/ui/empty_docs.rs:77:5
78
+ |
79
+ LL | #[with_empty_docs]
80
+ | ^^^^^^^^^^^^^^^^^^
81
+ |
82
+ = help: consider removing or filling it
83
+ = note: this error originates in the attribute macro `with_empty_docs` (in Nightly builds, run with -Z macro-backtrace for more info)
84
+
85
+ error: empty doc comment
86
+ --> tests/ui/empty_docs.rs:82:5
87
+ |
88
+ LL | #[with_empty_docs]
89
+ | ^^^^^^^^^^^^^^^^^^
90
+ |
91
+ = help: consider removing or filling it
92
+ = note: this error originates in the attribute macro `with_empty_docs` (in Nightly builds, run with -Z macro-backtrace for more info)
93
+
94
+ error: aborting due to 11 previous errors
77
95
0 commit comments