bless tests
This commit is contained in:
parent
09c7c5d2c9
commit
a3fea80a68
1 changed files with 18 additions and 1 deletions
|
@ -16,6 +16,15 @@ LL | #[doc = ""]
|
|||
|
|
||||
= 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
|
||||
--> tests/ui/empty_docs.rs:42:5
|
||||
|
|
||||
|
@ -24,5 +33,13 @@ LL | //!
|
|||
|
|
||||
= 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…
Add table
Add a link
Reference in a new issue