mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
Fix print_stderr.stderr test
This commit is contained in:
parent
51cee15be0
commit
b04bfbd09b
@ -7,7 +7,7 @@ LL | eprintln!("Hello");
|
||||
= note: `-D clippy::print-stderr` implied by `-D warnings`
|
||||
|
||||
error: use of `eprint!`
|
||||
--> $DIR/print_stderr.rs:5:5
|
||||
--> $DIR/print_stderr.rs:6:5
|
||||
|
|
||||
LL | eprint!("World");
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user