this post was submitted on 12 Mar 2026
60 points (78.3% liked)
Programmer Humor
30321 readers
2491 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What about the borrow checker needs an overhaul? Seems to do it's job quite well. If you want to remove it then you should use like C++ or Zig or something since the borrow checker is fairly fundemenal to the design of the language
This is second hand info, but some people have had problems in bigger projects where the borrow checker ends up rejecting valid Rust code.
I think I have seen those comments right here in Lemmy.