Skip to content

Fix wasmtime-bench-api build#4956

Merged
abrown merged 1 commit into
bytecodealliance:mainfrom
jameysharp:fix-bench-api
Sep 26, 2022
Merged

Fix wasmtime-bench-api build#4956
abrown merged 1 commit into
bytecodealliance:mainfrom
jameysharp:fix-bench-api

Conversation

@jameysharp
Copy link
Copy Markdown
Contributor

This fixes a compile-time error introduced in #4207. The ? operator doesn't work inside Option::map because it tries to return from the inner closure, not the outer function.

Apparently our CI doesn't build wasmtime-bench-api so it didn't catch this issue.

This fixes a compile-time error introduced in bytecodealliance#4207. The `?` operator
doesn't work inside `Option::map` because it tries to return from the
inner closure, not the outer function.

Apparently our CI doesn't build wasmtime-bench-api so it didn't catch
this issue.
@jameysharp jameysharp requested a review from abrown September 25, 2022 07:22
@abrown abrown merged commit 11e9004 into bytecodealliance:main Sep 26, 2022
@jameysharp jameysharp deleted the fix-bench-api branch September 26, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants