bless tests

This commit is contained in:
lucarlig 2024-02-25 17:04:58 +04:00
parent 09c7c5d2c9
commit a3fea80a68

View File

@ -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