From a3fea80a6826154a23eafe8e62f6b18cfae1dfbc Mon Sep 17 00:00:00 2001 From: lucarlig Date: Sun, 25 Feb 2024 17:04:58 +0400 Subject: [PATCH] bless tests --- tests/ui/empty_docs.stderr | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/tests/ui/empty_docs.stderr b/tests/ui/empty_docs.stderr index 0c2f17557763..a2d8b986bf06 100644 --- a/tests/ui/empty_docs.stderr +++ b/tests/ui/empty_docs.stderr @@ -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