2023-03-10 09:53:50 +00:00
|
|
|
error: empty string literal in `println!`
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui/crashes/ice-10148.rs:8:5
|
2023-03-10 09:53:50 +00:00
|
|
|
|
|
|
|
|
LL | println!(with_span!(""something ""));
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^-----------^^^^^
|
|
|
|
| |
|
|
|
|
| help: remove the empty string
|
|
|
|
|
|
|
|
|
= note: `-D clippy::println-empty-string` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::println_empty_string)]`
|
2023-03-10 09:53:50 +00:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-10 09:53:50 +00:00
|
|
|
|