bless tests
This commit is contained in:
parent
09c7c5d2c9
commit
a3fea80a68
@ -16,6 +16,15 @@ LL | #[doc = ""]
|
|||||||
|
|
|
|
||||||
= help: consider removing or filling it
|
= help: consider removing or filling it
|
||||||
|
|
||||||
|
error: empty doc comment
|
||||||
|
--> tests/ui/empty_docs.rs:34:1
|
||||||
|
|
|
||||||
|
LL | / #[doc = ""]
|
||||||
|
LL | | #[doc = ""]
|
||||||
|
| |___________^
|
||||||
|
|
|
||||||
|
= help: consider removing or filling it
|
||||||
|
|
||||||
error: empty doc comment
|
error: empty doc comment
|
||||||
--> tests/ui/empty_docs.rs:42:5
|
--> tests/ui/empty_docs.rs:42:5
|
||||||
|
|
|
|
||||||
@ -24,5 +33,13 @@ LL | //!
|
|||||||
|
|
|
|
||||||
= help: consider removing or filling it
|
= help: consider removing or filling it
|
||||||
|
|
||||||
error: aborting due to 3 previous errors
|
error: empty doc comment
|
||||||
|
--> tests/ui/empty_docs.rs:56:5
|
||||||
|
|
|
||||||
|
LL | /*! */
|
||||||
|
| ^^^^^^
|
||||||
|
|
|
||||||
|
= help: consider removing or filling it
|
||||||
|
|
||||||
|
error: aborting due to 5 previous errors
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user