Skip to content

Commit a15fec7

Browse files
committed
Auto merge of #9642 - ehuss:2021-edition-disable, r=alexcrichton
Temporarily ignore 2021 edition fix. The latest nightly broke the interaction of `--force-warns` and `--cap-lints`. Since this will likely take at least a few days to fix, I am temporarily disabling this test to get cargo's CI working again.
2 parents d6384de + aab5136 commit a15fec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/fix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,7 @@ fn rustfix_handles_multi_spans() {
15031503
}
15041504

15051505
#[cargo_test]
1506+
#[ignore] // Broken, see https://github.com/rust-lang/rust/pull/86009
15061507
fn fix_edition_2021() {
15071508
// Can migrate 2021, even when lints are allowed.
15081509
if !is_nightly() {

0 commit comments

Comments
 (0)