Skip to content

Commit 5f40a97

Browse files
committed
Auto merge of #12618 - weihanglo:cleanup-170-debuginfo, r=Muscraft
test: new options of debuginfo are no longer unstable
2 parents cff6d19 + 63be1e0 commit 5f40a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/profiles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ Caused by:
744744
.run();
745745
}
746746

747-
#[cargo_test(nightly, reason = "debug options stabilized in 1.70")]
747+
#[cargo_test]
748748
fn debug_options_valid() {
749749
let build = |option| {
750750
let p = project()

0 commit comments

Comments
 (0)