Comment on Learning Rust with ChatGPT, Copilot and Advent of CodeparentComments−simonw3yWhen 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.−nerpderp823yChatGPT is on nightly of course, https://doc.rust-lang.org/nightly/cargo/commands/cargo-remov...It should have told you `cargo +nightly remove <dep>`
Comments
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.
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>`