pub fn build_session(
early_sess: EarlySession,
codegen_backend_init: CodegenBackendInit,
io: CompilerIO,
driver_lint_caps: FxHashMap<LintId, Level>,
cfg_version: &'static str,
using_internal_features: &'static AtomicBool,
) -> Session