Skip to content

Commit ee23df9

Browse files
committed
Allow unexpected_builtin_cfgs lint in user_specific_cfgs test
1 parent a8d72c6 commit ee23df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6338,7 +6338,7 @@ fn user_specific_cfgs_are_filtered_out() {
63386338
)
63396339
.build();
63406340

6341-
p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro")
6341+
p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro -Aunknown_lints -Aunexpected_builtin_cfgs")
63426342
.run();
63436343
p.process(&p.bin("foo")).run();
63446344
}

0 commit comments

Comments
 (0)