> cargo build
Compiling lists v0.1.0 (file:///Users/ABeingessner/dev/lists)
src/first.rs:19:10: 19:14 error: cannot move out of borrowed content
src/first.rs:19 next: self.head,
^~~~
error: aborting due to previous error
Could not compile `lists`.
> cargo build
Compiling lists v0.1.0 (file:///Users/ABeingessner/dev/lists)
src/first.rs:19:10: 19:14 error: cannot move out of borrowed content
src/first.rs:19 next: self.head,
^~~~
error: aborting due to previous error
Could not compile `lists`.