Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions soroban-sdk/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,7 @@ impl internal::EnvBase for Env {
// When targeting wasm we don't even need to do that, just delegate to
// the Guest's impl, which calls core::arch::wasm32::unreachable.
#[cfg(target_family = "wasm")]
#[allow(unreachable_code)]
fn error_from_error_val(&self, e: crate::Error) -> Self::Error {
self.env_impl.error_from_error_val(e)
}
Comment thread
leighmcculloch marked this conversation as resolved.
Expand Down
Loading