Function cargo::core::profiles::merge_toml_overrides

source ยท
fn merge_toml_overrides(
    pkg_id: Option<PackageId>,
    is_member: bool,
    is_for_host: bool,
    profile: &mut Profile,
    toml: &TomlProfile
)
Expand description

Merge package and build overrides from the given TOML profile into the given Profile.