rust-lang / rustc-dev-guide

A guide to how rustc works and how to contribute to it.
https://rustc-dev-guide.rust-lang.org
Apache License 2.0
1.65k stars 507 forks source link

Reflect `x.py test`'s `--rustc-args` option being renamed to `--compiletest-rustc-args` #2062

Closed dianne closed 3 weeks ago

dianne commented 3 weeks ago

This brings the mention of --rustc-args in the "Running tests" chapter up to date with https://github.com/rust-lang/rust/pull/128841