summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-10148.stderr
blob: 4d436e3aa04fa928ff3f523a5f570ef2fa49303d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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`
   = help: to override `-D warnings` add `#[allow(clippy::println_empty_string)]`

error: aborting due to previous error