mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
9 lines
316 B
Text
9 lines
316 B
Text
error[E0425]: cannot find function `f` in this scope
|
|
--> $DIR/for_loop_unfixable.rs:37:12
|
|
|
|
|
LL | if f(&vec[i], &vec[i]) {
|
|
| ^ help: a local variable with a similar name exists: `i`
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|