Skip to content

Commit

Permalink
Fix renamed disallowed cfg lint name
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Aug 5, 2024
1 parent fa64658 commit e03f2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6575,7 +6575,7 @@ fn user_specific_cfgs_are_filtered_out() {
)
.build();

p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro -Aunknown_lints -Aunexpected_builtin_cfgs")
p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro -Aunknown_lints -Aexplicit_builtin_cfgs_in_flags")
.run();
p.process(&p.bin("foo")).run();
}
Expand Down

0 comments on commit e03f2db

Please sign in to comment.