diff options
| -rw-r--r-- | src/inline_asm.rs | 2 | ||||
| -rw-r--r-- | src/lib.rs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/inline_asm.rs b/src/inline_asm.rs index 7c800a46d1b..30ab7bc4980 100644 --- a/src/inline_asm.rs +++ b/src/inline_asm.rs @@ -1,4 +1,4 @@ -//! Codegen of [`asm!`] invocations. +//! Codegen of `asm!` invocations. use crate::prelude::*; diff --git a/src/lib.rs b/src/lib.rs index adaf5d858c6..3f288474827 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,6 +208,7 @@ impl CodegenBackend for CraneliftCodegenBackend { &self, ongoing_codegen: Box<dyn Any>, _sess: &Session, + _outputs: &OutputFilenames, ) -> Result<(CodegenResults, FxHashMap<WorkProductId, WorkProduct>), ErrorReported> { Ok(*ongoing_codegen .downcast::<(CodegenResults, FxHashMap<WorkProductId, WorkProduct>)>() |
