From 63be1e0d8b1bc5d47d929c3d512618ecf3ae3f74 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Fri, 1 Sep 2023 16:19:47 +0100 Subject: [PATCH] test: new options of debuginfo are no longer unstable --- tests/testsuite/profiles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite/profiles.rs b/tests/testsuite/profiles.rs index 465ab3b998a..531c0270033 100644 --- a/tests/testsuite/profiles.rs +++ b/tests/testsuite/profiles.rs @@ -744,7 +744,7 @@ Caused by: .run(); } -#[cargo_test(nightly, reason = "debug options stabilized in 1.70")] +#[cargo_test] fn debug_options_valid() { let build = |option| { let p = project()