Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a3fea80

Browse files
committed
bless tests
1 parent 09c7c5d commit a3fea80

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

tests/ui/empty_docs.stderr

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ LL | #[doc = ""]
1616
|
1717
= help: consider removing or filling it
1818

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+
1928
error: empty doc comment
2029
--> tests/ui/empty_docs.rs:42:5
2130
|
@@ -24,5 +33,13 @@ LL | //!
2433
|
2534
= help: consider removing or filling it
2635

27-
error: aborting due to 3 previous errors
36+
error: empty doc comment
37+
--> tests/ui/empty_docs.rs:56:5
38+
|
39+
LL | /*! */
40+
| ^^^^^^
41+
|
42+
= help: consider removing or filling it
43+
44+
error: aborting due to 5 previous errors
2845

0 commit comments

Comments
 (0)