@rustlang Following code snippet compiles fine locally (rust 1.35.0), but this is the same example given for "borrow error" here: https://doc.rust-lang.org/error-index.html#E0503 …
fn main() {
let mut v = 3;
let _b = &mut v;
let _s = v + 1;
}
Have things changed here?
-
-
That was fast! Will file the issue. Thanks :-)
- End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.