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 654bc61 commit b49adfeCopy full SHA for b49adfe
build_system/build_backend.rs
@@ -20,6 +20,8 @@ pub(crate) fn build_backend(
20
21
let mut rustflags = rustflags_from_env("RUSTFLAGS");
22
23
+ rustflags.push("-Zallow-features=rustc_private".to_owned());
24
+
25
if is_ci() {
26
// Deny warnings on CI
27
rustflags.push("-Dwarnings".to_owned());
0 commit comments