rust/tests/ui/println_empty_string.stderr

9 lines
215 B
Plaintext
Raw Normal View History

2017-10-20 14:45:17 +00:00
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`