Update stderr

This commit is contained in:
flip1995 2020-01-14 16:28:20 +01:00
parent a628733ade
commit a540b5ca2e
No known key found for this signature in database
GPG Key ID: 693086869D506637
1 changed files with 1 additions and 7 deletions

View File

@ -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