2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-01-09 19:58:44 +00:00
rust-clippy/tests/ui/crashes/ice-2774.stderr
2020-09-29 23:06:08 +02:00

10 lines
403 B
Text

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