rust/tests/ui/println_empty_string.stderr

9 lines
215 B
Plaintext
Raw Normal View History

2017-10-20 09:45:17 -05: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`