pub fn prepare_compiler_for_check(
builder: &Builder<'_>,
target: TargetSelection,
mode: Mode,
) -> CompilerForCheckExpand description
Prepares a compiler that will check something with the given mode.
pub fn prepare_compiler_for_check(
builder: &Builder<'_>,
target: TargetSelection,
mode: Mode,
) -> CompilerForCheckPrepares a compiler that will check something with the given mode.