]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/crashes/ice-2774.stderr
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / clippy / tests / ui / crashes / ice-2774.stderr
CommitLineData
f20569fa
XL
1error: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration)
2 --> $DIR/ice-2774.rs:15:1
3 |
4LL | pub fn add_barfoos_to_foos<'a>(bars: &HashSet<&'a Bar>) {
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: `-D clippy::needless-lifetimes` implied by `-D warnings`
8
9error: aborting due to previous error
10