Function cargo::core::compiler::extern_args
source ยท pub fn extern_args(
build_runner: &BuildRunner<'_, '_>,
unit: &Unit,
unstable_opts: &mut bool,
) -> CargoResult<Vec<OsString>>
Expand description
Generates a list of --extern
arguments.