|
|
|
|
|
by Karrot_Kream
1203 days ago
|
|
One technical criticism I have of the "community" is that a non-trivial portion of the community thinks that if the borrow checker forbids a program then the program is a bad program. None of the core contributors do this and many prominent library authors are upfront that this is not true, but I've read lots of comments and posts in Rust rooms about how the borrow checker should be the way to write and architect correct programs. The Rust borrow checker imposes a style that is safe, but is not the only safe way to write that program. |
|