]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10833 - ehuss:terminal-width-new-flag, r=Eh2406
authorbors <bors@rust-lang.org>
Sat, 9 Jul 2022 11:05:33 +0000 (11:05 +0000)
committerbors <bors@rust-lang.org>
Sat, 9 Jul 2022 11:05:33 +0000 (11:05 +0000)
commitf4fad79a9355c634401b8daeb37ae7e8da6069de
treefe266cbdb7910f559fa86bf3db31cc6458a2dbe3
parent57a0f8ca3059b48aa9b11bd98b622ea4a25e67db
parent79d7dc0e49713647f5ddf521b42267893fb51b49
Auto merge of #10833 - ehuss:terminal-width-new-flag, r=Eh2406

Update terminal-width flag.

The rustc flag `-Zterminal-width` has been stabilized as `--terminal-width` in https://github.com/rust-lang/rust/pull/95635. This updates cargo to use the new flag so that tests will pass.

Tests won't pass until the next nightly is published in about 10 hours from now. I just wanted to post this to get ahead of the breaking change.

This doesn't stabilize in cargo because that will take more time, and this is needed to prevent CI from failing. Will continue the stabilization discussion at https://github.com/rust-lang/rust/issues/84673.