We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea2ce4 commit b0b0b25Copy full SHA for b0b0b25
src/lib.rs
@@ -209,7 +209,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
209
metadata: EncodedMetadata,
210
need_metadata_module: bool,
211
) -> Box<dyn Any> {
212
- tcx.dcx().abort_if_errors();
213
info!("codegen crate {}", tcx.crate_name(LOCAL_CRATE));
214
let config = self.config.clone().unwrap_or_else(|| {
215
BackendConfig::from_opts(&tcx.sess.opts.cg.llvm_args)
0 commit comments