mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
75ada3a153
Adding target_rustcflags to `compiletest` TargetCfg creation Adjustment to https://github.com/rust-lang/rust/pull/102134, ensures config returned by `rustc --target foo --print cfg` accurately reflects rustflags passed via `target_rustcflags`. Fixes breaking change of not correctly handling `x.py test ... --test-args "--target-rustcflags -Cpanic=abort --target-rustcflags -Zpanic_abort_tests"` cc `@djkoloski`