Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 19, 2023
1 parent 15af0b4 commit 64bddb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmparser/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ impl WasmFeatures {
if self.exceptions {
Ok(())
} else {
Err("heap types not supported without the gc feature")
Err("exception refs not supported without the exception handling feature")
}
}
}
Expand Down

0 comments on commit 64bddb2

Please sign in to comment.