We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c7c5d commit a3fea80Copy full SHA for a3fea80
tests/ui/empty_docs.stderr
@@ -16,6 +16,15 @@ LL | #[doc = ""]
16
|
17
= help: consider removing or filling it
18
19
+error: empty doc comment
20
+ --> tests/ui/empty_docs.rs:34:1
21
+ |
22
+LL | / #[doc = ""]
23
+LL | | #[doc = ""]
24
+ | |___________^
25
26
+ = help: consider removing or filling it
27
+
28
error: empty doc comment
29
--> tests/ui/empty_docs.rs:42:5
30
@@ -24,5 +33,13 @@ LL | //!
33
34
35
-error: aborting due to 3 previous errors
36
37
+ --> tests/ui/empty_docs.rs:56:5
38
39
+LL | /*! */
40
+ | ^^^^^^
41
42
43
44
+error: aborting due to 5 previous errors
45
0 commit comments