liv

Results 116 comments of liv

Please help me get up to speed here - running `nix develop` here would provide you with a shell where Rust, Cargo, etc are all installed, as well as the...

Personally, I think this would do more harm than good. There's already suffix numbers (e.g. `variables1`), so I fear adding more numbers in the file path would make it more...

@VMois Sorry, I meant more confusing to parse visually, as someone who runs through these exercises.

Does https://github.com/rust-lang/rustlings#enabling-rust-analyzer not work for you?

> I am using Neovim, there is no instructions at https://github.com/rust-lang/rustlings#enabling-rust-analyzer how to make rust-analyzer work other than with vs-code and IntelliJ-based editors. I don't use Vim myself, so I...

Aye, I'm planning to push a new release in the next days.

Yep, the installation script will abort if the `rustlings` folder already exists. Delete it or move to a different directory, then try again :)

Those artifacts usually build up in the `target/` folder, which `cargo clean` will delete for you, yes.

@kruschk Any interest in updating this to fit the current state? It's ok if not :)

Oh, I figured it would just use the latest stable version of Rust automatically... not sure where that would need to be changed.