]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10866 - Muscraft:update-extra-link-tests, r=ehuss
authorbors <bors@rust-lang.org>
Thu, 14 Jul 2022 20:37:21 +0000 (20:37 +0000)
committerbors <bors@rust-lang.org>
Thu, 14 Jul 2022 20:37:21 +0000 (20:37 +0000)
commit8529eb1c9641a75667d1fccd8025c3fe46c803d7
treea6d614b0d63b4cb11dcce8ba1b1f9b6bf934f068
parent8827baaa781b37872134c1ba692a6f0aeb37890e
parent22721597f787be3d7df2853a85794933bd0bcbdd
Auto merge of #10866 - Muscraft:update-extra-link-tests, r=ehuss

remove `.masquerade_as_nightly_cargo()` from build_script_extra_link_arg.rs

When looking at making [`.masquerade_as_nightly_cargo()` take in a list of reasons](https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/problems.20finding.20.60.2Emasquerade_as_nightly_cargo.28.29.60), I found that [`build_script_extra_link_arg.rs`](https://github.com/rust-lang/cargo/blob/8827baaa781b37872134c1ba692a6f0aeb37890e/tests/testsuite/build_script_extra_link_arg.rs) still was using it. `extra-link-arg` was [stabilized in 1.56.0](https://github.com/rust-lang/cargo/blob/8827baaa781b37872134c1ba692a6f0aeb37890e/src/doc/src/reference/unstable.md#extra-link-arg), so this PR removes `.masquerade_as_nightly_cargo()` from all the tests in this file.