Add op to produce a dynamic error values using a runtime string #1863
Labels
enhancement
New feature or request
good first issue
Good for newcomers
llvm
Pertains to LLVM emission
rust
Pull requests that update Rust code
Currently, we can only panic with static error messages and signals via a
ConstError
.We should also allow to generate error values with a runtime string and usize signal
The text was updated successfully, but these errors were encountered: