You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rustc try.rs
try.rs:6:12: 6:13 error: illegal borrow: borrowed value does not live long enough
try.rs:6 borrow = &3; // Error here.
^
try.rs:1:10: 1:0 note: borrowed pointer must be valid for the block at 1:10...
try.rs:1 fn main() {