Dean Thompson wrote:
Niko has indicated that the sequences like this:
> Some(ref value) => {
> let value: &self/V = value;
are working around a current bug in ref. The let should be unnecessary.
Hello,I just wanted to note that as of a recent push, the bug (issue #3148) that made it necessary to include these manual annotations should be fixed.
Niko _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
