Skip to content

Commit b0da68e

Browse files
committed
Update call to out_filename
1 parent 66b4148 commit b0da68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kani-compiler/src/codegen_cprover_gotoc/compiler_interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ impl CodegenBackend for GotocCodegenBackend {
229229
sess,
230230
CrateType::Rlib,
231231
outputs,
232-
codegen_results.crate_info.local_crate_name.as_str(),
232+
codegen_results.crate_info.local_crate_name,
233233
);
234234
builder.build(&rlib);
235235
Ok(())

0 commit comments

Comments
 (0)