Files
sousa-gecko/config
Sylvestre Ledru 3b86d45315 Bug 2031447 - Support passing extra rustc flags to cargo subcommands via extra_rustflags r=firefox-build-system-reviewers,sergesanspaille,ahochheiden
Append $(extra_rustflags) to rustflags_override (i.e. RUSTFLAGS) so that
tools like clippy can inject driver flags (e.g. -W/-D) via an environment
variable. Hooking into rustflags_override keeps the change in a single
location (rather than every force-cargo-*-% recipe) and sidesteps any
ordering issue with the `--` separator on the cargo command line.

Differential Revision: https://phabricator.services.mozilla.com/D293996
2026-04-21 08:24:20 +00:00
..