Skip to content

Commit e03f2db

Browse files
committed
Fix renamed disallowed cfg lint name
1 parent fa64658 commit e03f2db

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
@@ -6575,7 +6575,7 @@ fn user_specific_cfgs_are_filtered_out() {
65756575
)
65766576
.build();
65776577

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

0 commit comments

Comments
 (0)