(
&self,
ongoing_codegen: Box<dyn Any>,
_sess: &Session,
_outputs: &OutputFilenames,
)
| 163 | } |
| 164 | |
| 165 | fn join_codegen( |
| 166 | &self, |
| 167 | ongoing_codegen: Box<dyn Any>, |
| 168 | _sess: &Session, |
| 169 | _outputs: &OutputFilenames, |
| 170 | ) -> (CompiledModules, FxIndexMap<WorkProductId, WorkProduct>) { |
| 171 | *ongoing_codegen.downcast().unwrap() |
| 172 | } |
| 173 | |
| 174 | fn init(&self, sess: &Session) { |
| 175 | self.backend.init(sess) |