John Clements wrote:
Nice example. Just to make things completely absolutely clear: IIUC, you're saying that changing the (&'b mut self) argument to the next function into, e.g., (&'c mut self) --that is, a "free" lifetime (and I forget whether a binding site is required for this)--makes the code run correctly?
Yes. Niko _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
