Skip to main content

environment_inputs

Function environment_inputs 

Source
pub fn environment_inputs<F>(
    lookup: F,
    sysroot: Option<&Path>,
) -> Result<BTreeMap<String, Option<String>>, CcBypassReason>
where F: Fn(&str) -> Option<String>,
Expand description

Read the modeled environment, rejecting variables that change the compile in a way the argv model cannot see.