rust-clippy/tests/ui/crashes/ice-2774.stderr

11 lines
331 B
Text
Raw Normal View History

2022-10-28 17:18:07 +00:00
error: the following explicit lifetimes could be elided: 'a
2020-09-29 21:06:08 +00:00
--> $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