Skip to content

Commit

Permalink
Set WASMTIME_BACKTRACE_DETAILS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Mar 23, 2024
1 parent 2ae4505 commit 11fc9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/debuginfo/backtrace-dylib-dep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ extern "C" {

fn main() {
std::env::set_var("RUST_BACKTRACE", "1");
std::env::set_var("WASMTIME_BACKTRACE_DETAILS", "1");

unsafe {
foo(pos!(), |a, b| {
Expand Down

0 comments on commit 11fc9d5

Please sign in to comment.