Environment variable RUSTFLAGS
not set inside build.rs
script since Rust 1.55.0
#91132
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
Install Rust Stable 1.54 and 1.55
Clone Minimal Reproducible Example
Build with Cargo and Rust Stable 1.54.0
Output:
Cargo clean
Build with Cargo and Rust Stable 1.55.0
Output:
It looks like
RUSTFLAGS
environment variable is not available withinbuild.rs
script since1.55.0
and I can't find any info related to this new behavior in the changelog.The text was updated successfully, but these errors were encountered: