Skip to content

Commit

Permalink
test: diable unknown cfg lint as the name changed on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 14, 2024
1 parent 017ce90 commit 517a88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6560,6 +6560,7 @@ fn build_with_relative_cargo_home_path() {
p.cargo("build").env("CARGO_HOME", "./cargo_home/").run();
}

#[ignore = "unexpected_builtin_cfgs lint name changed on nightly"]
#[cargo_test]
fn user_specific_cfgs_are_filtered_out() {
let p = project()
Expand Down

0 comments on commit 517a88b

Please sign in to comment.