fn default_compiler(
cfg: &mut Build,
compiler: Language,
target: TargetSelection,
build: &Build,
) -> Option<PathBuf>
Expand description
Determines the default compiler for a given target and language when not explicitly
configured in bootstrap.toml
.