who@feddit.org to Programming@programming.devEnglish · 2 months agoUnix Co-Creator Brian Kernighan on Rust, Distros and NixOSthenewstack.ioexternal-linkmessage-square26fedilinkarrow-up1134arrow-down14
arrow-up1130arrow-down1external-linkUnix Co-Creator Brian Kernighan on Rust, Distros and NixOSthenewstack.iowho@feddit.org to Programming@programming.devEnglish · 2 months agomessage-square26fedilink
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up8arrow-down1·edit-22 months agoMy guess is that he was using cargo build rather than cargo build --release. Relatively common for folks to complain about due to that, because beginner tutorials tend to skip that info (which is fair IMHO).
My guess is that he was using
cargo buildrather thancargo build --release. Relatively common for folks to complain about due to that, because beginner tutorials tend to skip that info (which is fair IMHO).