From eb4d041ee855ebfa8f03063d7bc1b80b19267951 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Fri, 29 Dec 2023 17:04:31 +0300 Subject: [PATCH] Ignore test `fix_in_dependency` to make a change in rustc --- tests/testsuite/fix.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testsuite/fix.rs b/tests/testsuite/fix.rs index ccff2eaab70..303bdb549df 100644 --- a/tests/testsuite/fix.rs +++ b/tests/testsuite/fix.rs @@ -1859,6 +1859,8 @@ fn non_edition_lint_migration() { } // For rust-lang/cargo#9857 +#[ignore = "rustc no longer suggests the fix in dependency, try reproducing \ + in a different way after landing rust#119204 and follow up PRs"] #[cargo_test] fn fix_in_dependency() { Package::new("bar", "1.0.0")