]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/range.stderr
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / range.stderr
CommitLineData
f20569fa
XL
1error: it is more idiomatic to use `v1.iter().enumerate()`
2 --> $DIR/range.rs:5:14
3 |
4LL | let _x = v1.iter().zip(0..v1.len());
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: `-D clippy::range-zip-with-len` implied by `-D warnings`
8
9error: aborting due to previous error
10