this post was submitted on 13 Jun 2024
514 points (98.7% liked)
Programmer Humor
19480 readers
175 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I do enjoy the rust compiler error messages. They are nicely formatted
I'm trying to learn rust and so far this has definitely made it so much more accessible.
Not to mention their super useful "rustlings" training which has these nice little challenges to get you used to language and syntax
Yeah, but to observe such error messages you'll basically need to wait for 20 mins for it to compile.
No? The steps are compiled once and afterwards your project just gets compiled. Besides, rust-analyzer exists.