Skip to content

Commit d084fca

Browse files
committed
Sync from rust a090c86
2 parents 2cb4fe7 + c57bcb8 commit d084fca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/inline_asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Codegen of [`asm!`] invocations.
1+
//! Codegen of `asm!` invocations.
22
33
use crate::prelude::*;
44

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
208208
&self,
209209
ongoing_codegen: Box<dyn Any>,
210210
_sess: &Session,
211+
_outputs: &OutputFilenames,
211212
) -> Result<(CodegenResults, FxHashMap<WorkProductId, WorkProduct>), ErrorReported> {
212213
Ok(*ongoing_codegen
213214
.downcast::<(CodegenResults, FxHashMap<WorkProductId, WorkProduct>)>()

0 commit comments

Comments
 (0)