2019-09-20 01:25:05 -05:00
|
|
|
error[E0425]: cannot find function `f` in this scope
|
2020-04-06 17:46:40 -05:00
|
|
|
--> $DIR/for_loop_unfixable.rs:36:12
|
2019-09-20 01:25:05 -05:00
|
|
|
|
|
|
|
|
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`.
|