Skip to content

Commit e42c164

Browse files
committed
test: make it nightly only as schema may change in the future
Let's stop bothering compiler contributors. After this, when the schema changes, only Cargo's CI will fail.
1 parent 623d536 commit e42c164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ windows
816816
.run();
817817
}
818818

819-
#[cargo_test]
819+
#[cargo_test(nightly, reason = "schema may change in the future; let's stop bothering compiler contributors")]
820820
fn rustc_with_print_cfg_config_toml_env() {
821821
let p = project()
822822
.file("Cargo.toml", &basic_bin_manifest("foo"))

0 commit comments

Comments
 (0)