Tags: weihanglo/cargo
Tags
Auto merge of rust-lang#12565 - weihanglo:rust-1.72.0-backport, r=ehuss [stable-1.72.0] add missing `windows-sys` features back Stable backports: - <rust-lang#12563> In order to make CI pass, the following PRs are also cherry-picked: - b4a26b0 from rust-lang#12475 - c508cb6 from rust-lang#12538 - 43c253e from rust-lang#12351 - 689defd from rust-lang#12500 --- Fixes <rust-lang#12562> This won't affect Rust releases, i.e. no 1.72.1 will happen. We do this only for release `cargo` crate.
Auto merge of rust-lang#12462 - weihanglo:bump-cargo-version, r=ehuss Bump cargo library to 0.72.2 for CVE patches
Auto merge of rust-lang#12017 - lu-zero:unbreak-rust-1.69.0, r=ehuss [stable-1.69] Add the Win32_System_Console feature since it is used In `src/cargo/core/shell.rs` `windows_sys::Win32::System::Console` is used but the feature is not present in Cargo.toml. I found it while updating `cargo-c`. (now for the 1.69.0 branch)
Auto merge of rust-lang#12032 - ehuss:clarify-test-option, r=weihanglo Clarify documentation around test target setting. There was some confusion about the wording in this section regarding what happens with an example's `main` function. This tries to be more explicit to clarify what happens when an example is marked as a test. This also adds a few other clarifications and a link to the reference documentation. Closes rust-lang#11528
PreviousNext