parent
654bc614dd
commit
b49adfeea5
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ pub(crate) fn build_backend(
|
||||||
|
|
||||||
let mut rustflags = rustflags_from_env("RUSTFLAGS");
|
let mut rustflags = rustflags_from_env("RUSTFLAGS");
|
||||||
|
|
||||||
|
rustflags.push("-Zallow-features=rustc_private".to_owned());
|
||||||
|
|
||||||
if is_ci() {
|
if is_ci() {
|
||||||
// Deny warnings on CI
|
// Deny warnings on CI
|
||||||
rustflags.push("-Dwarnings".to_owned());
|
rustflags.push("-Dwarnings".to_owned());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue