about summary refs log tree commit diff
path: root/tests/ui/println_empty_string.stderr
diff options
context:
space:
mode:
authorThibsG <Thibs@debian.com>2020-02-04 08:20:49 +0100
committerThibsG <Thibs@debian.com>2020-02-04 22:53:24 +0100
commit53094de08efea5f4f4ff2d5e8e7381bf8aede625 (patch)
tree0d587c74246efca3648d67d6307bd0334cdfabd1 /tests/ui/println_empty_string.stderr
parentb29aacfec8b45aad12288b011a23fc2dea38d0fc (diff)
downloadrust-53094de08efea5f4f4ff2d5e8e7381bf8aede625.tar.gz
rust-53094de08efea5f4f4ff2d5e8e7381bf8aede625.zip
Merge fixes
Diffstat (limited to 'tests/ui/println_empty_string.stderr')
-rw-r--r--tests/ui/println_empty_string.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/println_empty_string.stderr b/tests/ui/println_empty_string.stderr
index 689624a0fa0..23112b88168 100644
--- a/tests/ui/println_empty_string.stderr
+++ b/tests/ui/println_empty_string.stderr
@@ -1,5 +1,5 @@
 error: using `println!("")`
-  --> $DIR/println_empty_string.rs:5:5
+  --> $DIR/println_empty_string.rs:6:5
    |
 LL |     println!("");
    |     ^^^^^^^^^^^^ help: replace it with: `println!()`
@@ -7,7 +7,7 @@ LL |     println!("");
    = note: `-D clippy::println-empty-string` implied by `-D warnings`
 
 error: using `println!("")`
-  --> $DIR/println_empty_string.rs:8:14
+  --> $DIR/println_empty_string.rs:9:14
    |
 LL |         _ => println!(""),
    |              ^^^^^^^^^^^^ help: replace it with: `println!()`