The currenty nightly fails to run tests on Linux with this command: ``` $ cargo +nightly test -p wasmtime --test traps stack_overflow ``` I've bisected this to https://github.com/rust-lang/rust/pull/70362, but don't know why that's the cause yet. Wanted to open an issue in case anyone else runs into this!