Skip to content

Commit 517a88b

Browse files
committed
test: diable unknown cfg lint as the name changed on nightly
1 parent 017ce90 commit 517a88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6560,6 +6560,7 @@ fn build_with_relative_cargo_home_path() {
65606560
p.cargo("build").env("CARGO_HOME", "./cargo_home/").run();
65616561
}
65626562

6563+
#[ignore = "unexpected_builtin_cfgs lint name changed on nightly"]
65636564
#[cargo_test]
65646565
fn user_specific_cfgs_are_filtered_out() {
65656566
let p = project()

0 commit comments

Comments
 (0)