home.social

#rustlings β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustlings, aggregated by home.social.

  1. integration in πŸͺŸ

    asciinema.org/a/902151

    Works well with terminal text editors like :helix:

    Will be released soon ✨️

  2. Ever wondered why the language server isn't showing all errors, warnings and lints? πŸ˜•

    This is especially an issue in 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 πŸ˜ƒ

    github.com/rust-lang/rust-anal

    Thanks to @veykril πŸ€—

  3. Yesterday, I submitted a PR to port to Clap:

    github.com/rust-lang/rustlings

    But @manpacket asked me to try , so here is the second PR that ports to bpaf:

    github.com/rust-lang/rustlings

    Which one do you like more and why? πŸ€”

    Vote here and with a πŸ‘ reaction on one of the PRs.