emo.eth pfp
emo.eth
@emo.eth
rust's borrow checker isn't that scary when you understand two simple things - variables go out of scope when you pass them to a function that does not take a reference type - there is only ever allowed to be one &mut reference to a variable
1 reply
2 recasts
9 reactions

christopher pfp
christopher
@christopher
And a reference cannot outlive the data it points to?
1 reply
0 recast
2 reactions