Hacker News new | ask | show | jobs
by simonw 1285 days ago
When I asked it how to undo an operation I had performed using "cargo add" it confidently showed me examples of using the "cargo remove" command... which it had entirely made up.
1 comments

ChatGPT is on nightly of course, https://doc.rust-lang.org/nightly/cargo/commands/cargo-remov...

It should have told you `cargo +nightly remove <dep>`