We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017ce90 commit aa37b51Copy full SHA for aa37b51
tests/testsuite/build.rs
@@ -6576,7 +6576,7 @@ fn user_specific_cfgs_are_filtered_out() {
6576
)
6577
.build();
6578
6579
- 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")
6580
.run();
6581
p.process(&p.bin("foo")).run();
6582
}
0 commit comments