blob: 173a60b0f0885e8f5ab55599c8b0a3d4a8218daf [file] [log] [blame]
error[E0507]: cannot move out of indexed content
--> $DIR/issue-40402-1.rs:19:13
|
19 | let e = f.v[0]; //~ ERROR cannot move out of indexed content
| ^^^^^^
| |
| cannot move out of indexed content
| help: consider using a reference instead: `&f.v[0]`
error: aborting due to previous error