diff options
| author | lucarlig <luca.carlig@huawei.com> | 2024-02-25 17:04:58 +0400 |
|---|---|---|
| committer | lucarlig <luca.carlig@huawei.com> | 2024-02-25 17:04:58 +0400 |
| commit | a3fea80a6826154a23eafe8e62f6b18cfae1dfbc (patch) | |
| tree | a8b1ef801dd355c3c3022070b4b564f8b781d5e7 | |
| parent | 09c7c5d2c9f23c16b39d2fade5567010fe33471d (diff) | |
| download | rust-a3fea80a6826154a23eafe8e62f6b18cfae1dfbc.tar.gz rust-a3fea80a6826154a23eafe8e62f6b18cfae1dfbc.zip | |
bless tests
| -rw-r--r-- | tests/ui/empty_docs.stderr | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/tests/ui/empty_docs.stderr b/tests/ui/empty_docs.stderr index 0c2f1755776..a2d8b986bf0 100644 --- a/tests/ui/empty_docs.stderr +++ b/tests/ui/empty_docs.stderr @@ -17,6 +17,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 | LL | //! @@ -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 |
