this post was submitted on 06 Jul 2026
372 points (98.7% liked)

Programmer Humor

32192 readers
1295 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

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Avicenna@programming.dev 38 points 2 days ago* (last edited 2 days ago) (1 children)

"Borrow checker?"

"Thanks bro but don't need your checker got my own"

[–] forkDestroyer@infosec.pub 7 points 2 days ago (2 children)

I don't code in rust, so I had no clue what a borrow checker was before seeing this and looking it up on the side.

[–] vanillama@programming.dev 16 points 2 days ago

Neither did the "developer"

Yeah, I’ve always heard that rust is memory-safe, but hadn’t bothered to look into how. I guess the borrow checker is part of that safety net.