]> git.lizzy.rs Git - rust.git/blob - tests/ui/println_empty_string.stderr
Add auto-fixable `println!()` suggestion
[rust.git] / tests / ui / println_empty_string.stderr
1 error: using `println!("")`
2  --> $DIR/println_empty_string.rs:3:5
3   |
4 3 |     println!("");
5   |     ^^^^^^^^^^^^^ help: replace it with: `println!()`
6   |
7   = note: `-D print-with-newline` implied by `-D warnings`
8