summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-2774.stderr
blob: 0c2d48f938fcbe516a7ab5c3b12893c36f78df02 (plain)
1
2
3
4
5
6
7
8
9
10
error: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration)
  --> $DIR/ice-2774.rs:15:1
   |
LL | pub fn add_barfoos_to_foos<'a>(bars: &HashSet<&'a Bar>) {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D clippy::needless-lifetimes` implied by `-D warnings`

error: aborting due to previous error