TropicSapling/triforce

Make P+ have an improved version of Rust's borrowing system

Opened this issue · 0 comments

Some problems with Rust's borrowing system that needs to be addressed:

  • You can't remove an item from a vector if one of the items have been borrowed, even if that specific item hasn't been borrowed.

Note that problem 1 probably will be pretty hard to fix, which I'd imagine is why it's not fixed in Rust.