Files
nixpkgs/pkgs/development/tools/rust/rustup
Noratrieb e078bbb383 rustup: fix rust-lld wrapper argument quoting
The wrapper script uses raw `$@`, which does not work when any of the
argument contains spaces. Use `"$@"` instead, which handles this
correctly.
2025-12-08 21:20:27 +01:00
..