Where does the last read happen if not in the `e = r[]` line? That's the line 
triggering the error. Changing it to `e = move(r[])` fixes the problem though.

Reply via email to