Allow unexpected_builtin_cfgs lint in user_specific_cfgs test

This commit is contained in:
Urgau 2024-06-26 08:08:36 +02:00
parent a8d72c675e
commit ee23df9633

View file

@ -6338,7 +6338,7 @@ fn user_specific_cfgs_are_filtered_out() {
)
.build();
p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro")
p.cargo("rustc -- --cfg debug_assertions --cfg proc_macro -Aunknown_lints -Aunexpected_builtin_cfgs")
.run();
p.process(&p.bin("foo")).run();
}