Skip to content

Commit aa37b51

Browse files
Urgauweihanglo
authored andcommitted
Fix renamed disallowed cfg lint name
1 parent 017ce90 commit aa37b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6576,7 +6576,7 @@ fn user_specific_cfgs_are_filtered_out() {
65766576
)
65776577
.build();
65786578

6579-
p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro -Aunknown_lints -Aunexpected_builtin_cfgs")
6579+
p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro -Aunknown_lints -Aexplicit_builtin_cfgs_in_flags")
65806580
.run();
65816581
p.process(&p.bin("foo")).run();
65826582
}

0 commit comments

Comments
 (0)