Skip to content

Commit 4987e65

Browse files
committed
Update stderr
1 parent e6426f0 commit 4987e65

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/ui/print.stderr

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ LL | write!(f, "{:?}", 43.1415)
66
|
77
= note: `-D clippy::use-debug` implied by `-D warnings`
88

9-
error: use of `Debug`-based formatting
10-
--> $DIR/print.rs:18:19
11-
|
12-
LL | write!(f, "{:?}", 42.718)
13-
| ^^^^^^
14-
159
error: use of `println!`
1610
--> $DIR/print.rs:23:5
1711
|
@@ -56,5 +50,5 @@ error: use of `Debug`-based formatting
5650
LL | print!("Hello {:#?}", "#orld");
5751
| ^^^^^^^^^^^^^
5852

59-
error: aborting due to 9 previous errors
53+
error: aborting due to 8 previous errors
6054

0 commit comments

Comments
 (0)