#rustlings β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rustlings, aggregated by home.social.
-
#Zellij integration in #Rustlings πͺ
https://asciinema.org/a/902151
Works well with terminal text editors like #HelixEditor :helix:
Will be released soon β¨οΈ
-
Ever wondered why the language server #RustAnalyzer isn't showing all errors, warnings and lints? π
This is especially an issue in #Rustlings where Rust-Analyzer only shows the diagnostics in some of the exercises.
Turns out, Rust-Analyzer uses `cargo check` under the hood which itself stops checking early unless you specify the `--keep-going` flag ππΌ
This is fixed in Rust-Analyzer now π
https://github.com/rust-lang/rust-analyzer/pull/17561
Thanks to @veykril π€
-
Yesterday, I submitted a PR to port #Rustlings to Clap:
https://github.com/rust-lang/rustlings/pull/1633
But @manpacket asked me to try #bpaf, so here is the second PR that ports to bpaf:
https://github.com/rust-lang/rustlings/pull/1634
Which one do you like more and why? π€
Vote here and with a π reaction on one of the PRs.