Skip to content

Commit 194360a

Browse files
committed
Fix compilation error.
1 parent b53c7c1 commit 194360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fuzzing/src/oracles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ pub fn make_api_calls(api: crate::generators::api::ApiCalls) {
375375

376376
let funcs = instance
377377
.exports()
378-
.filter_map(|e| match e {
378+
.filter_map(|e| match e.into_extern() {
379379
Extern::Func(f) => Some(f.clone()),
380380
_ => None,
381381
})

0 commit comments

Comments
 (0)