about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-01-14 16:28:20 +0100
committerflip1995 <hello@philkrones.com>2020-03-03 10:48:08 +0100
commita540b5ca2e4128857ac271f1aea26fe3023764ee (patch)
tree1485b71b6a991b5fd4b354e0d31f0b3d17b8f761
parenta628733adeeab998fd8d455a0c872082813b43f1 (diff)
downloadrust-a540b5ca2e4128857ac271f1aea26fe3023764ee.tar.gz
rust-a540b5ca2e4128857ac271f1aea26fe3023764ee.zip
Update stderr
-rw-r--r--tests/ui/print.stderr8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/ui/print.stderr b/tests/ui/print.stderr
index 12c5a0bdaa0..208d9532628 100644
--- a/tests/ui/print.stderr
+++ b/tests/ui/print.stderr
@@ -6,12 +6,6 @@ LL |         write!(f, "{:?}", 43.1415)
    |
    = note: `-D clippy::use-debug` implied by `-D warnings`
 
-error: use of `Debug`-based formatting
-  --> $DIR/print.rs:18:19
-   |
-LL |         write!(f, "{:?}", 42.718)
-   |                   ^^^^^^
-
 error: use of `println!`
   --> $DIR/print.rs:23:5
    |
@@ -56,5 +50,5 @@ error: use of `Debug`-based formatting
 LL |     print!("Hello {:#?}", "#orld");
    |            ^^^^^^^^^^^^^
 
-error: aborting due to 9 previous errors
+error: aborting due to 8 previous errors