diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-07-27 11:40:22 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-08-11 14:02:28 +0000 |
| commit | 3d88fae050578fe165b6544d49fbac2f23e60391 (patch) | |
| tree | 06b71f97abd40bd3cea95a02398bd814369c4e69 /tests/ui/writeln_empty_string.stderr | |
| parent | 0afd38b093a3de1e4a5a505f4138bcc1397263e7 (diff) | |
Update ui test crate
Diffstat (limited to 'tests/ui/writeln_empty_string.stderr')
| -rw-r--r-- | tests/ui/writeln_empty_string.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/writeln_empty_string.stderr b/tests/ui/writeln_empty_string.stderr index 25e69ec48e7..93e1af5a4ec 100644 --- a/tests/ui/writeln_empty_string.stderr +++ b/tests/ui/writeln_empty_string.stderr @@ -1,5 +1,5 @@ error: empty string literal in `writeln!` - --> $DIR/writeln_empty_string.rs:11:5 + --> $DIR/writeln_empty_string.rs:9:5 | LL | writeln!(v, ""); | ^^^^^^^^^^----^ @@ -9,7 +9,7 @@ LL | writeln!(v, ""); = note: `-D clippy::writeln-empty-string` implied by `-D warnings` error: empty string literal in `writeln!` - --> $DIR/writeln_empty_string.rs:14:5 + --> $DIR/writeln_empty_string.rs:12:5 | LL | writeln!(suggestion, ""); | ^^^^^^^^^^^^^^^^^^^----^ |
