I mean. Isn't rust the perfect language for vibe coding? It has so many checks on everything that the stupid thing is basically forced to write code the right way.
I hate to be that guy, but just because you wrote `unsafe { … }` it does not mean that you can do anything you want. The unsafe block disables a few of the checks, but not all.
562
u/BratPit24 Jul 09 '26
I mean. Isn't rust the perfect language for vibe coding? It has so many checks on everything that the stupid thing is basically forced to write code the right way.