mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 08:05:12 +00:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
|
error: using `println!("")`, consider using `println!()` instead
|
||
|
--> $DIR/println_empty_string.rs:3:5
|
||
|
|
|
||
|
3 | println!("");
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: `-D print-with-newline` implied by `-D warnings`
|
||
|
|