cargo shows the following message while building std
using RUSTFLAGS
with custom target features:
warning: unknown feature specified for `-Ctarget-feature`: `bulk-memory`
|
= note: it is still passed through to the codegen backend
= note: consider filing a feature request
warning: unknown feature specified for `-Ctarget-feature`: `mutable-globals`
|
= note: it is still passed through to the codegen backend
= note: consider filing a feature request
Since these are valid features, these warnings should not be present.