9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
|
error[E0507]: cannot move out of indexed content
|
||
|
--> $DIR/issue-40402-1.rs:18:13
|
||
|
|
|
||
|
18 | let e = f.v[0];
|
||
|
| ^^^^^^ cannot move out of indexed content
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|