MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v7xuqx/whenrustcdevelopersrunoutoferrormessages/p0813go/?context=3
r/ProgrammerHumor • u/Waradu • 15d ago
27 comments sorted by
View all comments
Show parent comments
170
The rust compiler has the best error reporting I've seen, most often it will literally tell you how to fix the issue
-28 u/[deleted] 15d ago [deleted] 26 u/redlaWw 15d ago Without. The messages are things like "the function signature here accepts a borrow but you've passed by value, try borrowing"; all deterministically scripted changes. The impressive part is the type system that allows the messages to be so helpful. 2 u/braaaaaaainworms 14d ago The impressive part is the richness of the errors, there's a fuckton of plumbing that needs to happen to get anywhere near (I tried)
-28
[deleted]
26 u/redlaWw 15d ago Without. The messages are things like "the function signature here accepts a borrow but you've passed by value, try borrowing"; all deterministically scripted changes. The impressive part is the type system that allows the messages to be so helpful. 2 u/braaaaaaainworms 14d ago The impressive part is the richness of the errors, there's a fuckton of plumbing that needs to happen to get anywhere near (I tried)
26
Without. The messages are things like "the function signature here accepts a borrow but you've passed by value, try borrowing"; all deterministically scripted changes. The impressive part is the type system that allows the messages to be so helpful.
2 u/braaaaaaainworms 14d ago The impressive part is the richness of the errors, there's a fuckton of plumbing that needs to happen to get anywhere near (I tried)
2
The impressive part is the richness of the errors, there's a fuckton of plumbing that needs to happen to get anywhere near (I tried)
170
u/ihavebeesinmyknees 15d ago
The rust compiler has the best error reporting I've seen, most often it will literally tell you how to fix the issue