You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CARGO_ENCODED_RUSTFLAGS and CARGO_ENCODED_RUSTDOCFLAGS were added in #9601. The current documentation may be a little confusing. I think the following changes could help:
I would also reword the existing "for a more robust encoding of multiple arguments, set CARGO_ENCODED_RUSTFLAGS instead with arguments separated by 0x1f (ASCII Unit Separator)." to be "for a more robust encoding of multiple arguments, see CARGO_ENCODED_RUSTFLAGS".
CARGO_ENCODED_RUSTFLAGS and CARGO_ENCODED_RUSTDOCFLAGS were added in #9601. The current documentation may be a little confusing. I think the following changes could help:
build.rustflags
andbuild.rustdocflags
to include the new environment variables, and to document the precedence behavior.The text was updated successfully, but these errors were encountered: