Install rustlings-fix and run it:
cargo install rustlings-fix
rustlings-fix
For more information on how the file this generates works checkout the Rust Analyzer Manual
Install rustlings-fix and run it:
cargo install rustlings-fix
rustlings-fix
For more information on how the file this generates works checkout the Rust Analyzer Manual
so helpful!
Soo nice!!!!!!!!!!!! Thanks so much for this @jackos 🫶
nice!
I was struggling with this on vscode on windows and this fixed it for me ❤️
rustlings lsp
doesn't work with the latest rustlings:
$ /home/xxx/.cargo/bin/rustlings lsp
error: unrecognized subcommand 'lsp'
Usage: rustlings [OPTIONS] [COMMAND]
For more information, try '--help'.
$ /home/xxx/.cargo/bin/rustlings --version
rustlings 6.4.0
Thanks ghost
they deleted it a while back for some reason, the old method still works:
cargo install rustlings-fix
rustlings-fix
Updated the gist above
Absolute hero. <3