Skip to content

Commit

Permalink
Auto merge of #13156 - hi-rustin:rustin-patch-fix-nightly-test, r=epage
Browse files Browse the repository at this point in the history
Remove the deleted feature test_2018_feature from the test
  • Loading branch information
bors committed Dec 12, 2023
2 parents 489f93f + e540c66 commit 5dc5118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/cargo_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ fn allow_features_to_rustc() {
"src/lib.rs",
r#"
#![allow(internal_features)]
#![feature(test_2018_feature)]
#![feature(rustc_attrs)]
"#,
)
.build();
Expand All @@ -307,7 +307,7 @@ fn allow_features_to_rustc() {
.with_stderr_contains("[..]E0725[..]")
.run();

p.cargo("-Zallow-features=test_2018_feature check")
p.cargo("-Zallow-features=rustc_attrs check")
.masquerade_as_nightly_cargo(&["allow-features"])
.with_stderr(
"\
Expand Down

0 comments on commit 5dc5118

Please sign in to comment.