We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cee15 commit b04bfbdCopy full SHA for b04bfbd
tests/ui/print_stderr.stderr
@@ -7,7 +7,7 @@ LL | eprintln!("Hello");
7
= note: `-D clippy::print-stderr` implied by `-D warnings`
8
9
error: use of `eprint!`
10
- --> $DIR/print_stderr.rs:5:5
+ --> $DIR/print_stderr.rs:6:5
11
|
12
LL | eprint!("World");
13
| ^^^^^^^^^^^^^^^^
0 commit comments