pub fn cargo_encoded_rustflags() -> Vec<String>Expand description
Extra flags that Cargo invokes rustc with. See build.rustflags. Note
that since Rust 1.55, RUSTFLAGS is removed from the environment; scripts
should use CARGO_ENCODED_RUSTFLAGS instead.