]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10868 - Muscraft:add-reason-for-nightly-tests, r=ehuss
authorbors <bors@rust-lang.org>
Sat, 16 Jul 2022 18:36:58 +0000 (18:36 +0000)
committerbors <bors@rust-lang.org>
Sat, 16 Jul 2022 18:36:58 +0000 (18:36 +0000)
commitbd5db301b0c45ae540afcb19e030dd7c29d2ea4f
treea1c38c1e6a987fe6dc39ba10d7566fb0c7228c71
parent6fc517b1c3cf98136221a8963420813920afb724
parentc239e407e74c8c542039d0b13a639eabd81a09c8
Auto merge of #10868 - Muscraft:add-reason-for-nightly-tests, r=ehuss

add a reason to `masquerade_as_nightly_cargo` so it is searchable

When I was working on the stabilization for workspace inheritance, it was very tedious to find all of the places to remove `.masquerade_as_nightly_cargo()`. I [suggested](https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/problems.20finding.20.60.2Emasquerade_as_nightly_cargo.28.29.60) to add a reason to `.masquerade_as_nightly_cargo()` so that it would be easier to find all of the places to remove it. By adding the reason it makes it easy to search for all places with the features name. This PR adds the reason(s) to all of the places `.masquerade_as_nightly_cargo()` is called, as well as updates the documentation so it talks about adding a reason when making the call.