2023-03-10 03:53:50 -06:00
|
|
|
error: empty string literal in `println!`
|
|
|
|
--> $DIR/ice-10148.rs:8:5
|
|
|
|
|
|
|
|
|
LL | println!(with_span!(""something ""));
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^-----------^^^^^
|
|
|
|
| |
|
|
|
|
| help: remove the empty string
|
|
|
|
|
|
|
|
|
= note: `-D clippy::println-empty-string` implied by `-D warnings`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::println_empty_string)]`
|
2023-03-10 03:53:50 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|