←back to thread

451 points birdculture | 1 comments | | HN request time: 0.199s | source
Show context
nmeofthestate ◴[] No.43984878[source]
"You will have a much better time if you re-read your code to fix stupid typos before pressing “compile.”"

This is a strange one - I thought the rust compiler had famously helpful error messages, so why would I want to pore over my code looking for stupid typos when I can let the compiler find them for me? I am guaranteed to make stupid typos and want the computer to help me fix them.

replies(2): >>43984999 #>>43987820 #
1. steveklabnik ◴[] No.43984999[source]
cargo fix can automatically fix some, but not all, issues.