801
race conditions
(lemmy.zip)
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.
Rust would be some borrow checker compile error like
rust errors are funny if you don't know rust
Those also happen to be errors you'd typically run into, if you don't yet really know Rust...
I do run into them even though I use Rust for ~3 years now, but only in non-obvious cases, e. g. when all references to the borrowed data are dropped before the end of the function.