Home
last modified time | relevance | path

Searched refs:force_use_stage1 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dlib.rs1132 fn force_use_stage1(&self, compiler: Compiler, target: TargetSelection) -> bool { in force_use_stage1() method
H A Dbuilder.rs648 if self.build.force_use_stage1(Compiler { stage, host }, target) { in compiler_for()