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 authored and weihanglo committed Aug 14, 2024
1 parent 017ce90 commit aa37b51
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 @@ -6576,7 +6576,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 aa37b51

Please sign in to comment.