IMO the Chrome article on why borrow checking is impossible in C++ largely misses the point. The biggest issue is simply that virtually no C++ code is written under the invariants that the borrow check enforces, so C++-plus-borrow-check loses compatibility with existing C++.
7
38
231


