Relative Content

Tag Archive for rustborrow-checker

Rust Borrow Checker Issues

I need some help figuring out the Rust borrow checker. The following is a minimal example of the problem I’m facing:

Rust Borrow Checker and macros

Why does this dosen’t work
shouldn’t the print macro print in both the cases
would really appreciate a nice explanation,
borrow-checker’s really got to my head coming from java