Skip to content

Commit

Permalink
Auto merge of #12618 - weihanglo:cleanup-170-debuginfo, r=Muscraft
Browse files Browse the repository at this point in the history
test: new options of debuginfo are no longer unstable
  • Loading branch information
bors committed Sep 3, 2023
2 parents cff6d19 + 63be1e0 commit 5f40a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5f40a97

Please sign in to comment.