Profile based rustflags
generate unknown unstable option: build-std
#11275
Labels
C-bug
Category: bug
rustflags
generate unknown unstable option: build-std
#11275
When using some -Z flags in
profile based rustflags
such asbuild-std
build-std-features
panic-in-drop=abort
, the compiler generate errorunknown unstable option: build-std ...
.for example: a customized
src
profile withrustflags
:When build using
cargo b --profile src
the above error raised.Is it a bug of
cargo-features = ["profile-rustflags"]
or something else?The text was updated successfully, but these errors were encountered: