]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/crashes/ice-10148.stderr
New upstream version 1.70.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / crashes / ice-10148.stderr
CommitLineData
353b0b11
FG
1error: empty string literal in `println!`
2 --> $DIR/ice-10148.rs:8:5
3 |
4LL | println!(with_span!(""something ""));
5 | ^^^^^^^^^^^^^^^^^^^^-----------^^^^^
6 | |
7 | help: remove the empty string
8 |
9 = note: `-D clippy::println-empty-string` implied by `-D warnings`
10
11error: aborting due to previous error
12