blob: a89c591234500862a5f1261c5e380aa1d8fc48a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error: abnormal termination: calling a function that requires unavailable target features: simd128
--> tests/fail/function_calls/target_feature_wasm.rs:LL:CC
|
LL | simd128_fn();
| ^^^^^^^^^^^^ abnormal termination occurred here
|
= note: BACKTRACE:
= note: inside `main` at tests/fail/function_calls/target_feature_wasm.rs:LL:CC
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to 1 previous error
|