Sha256: 916d40d36c1a0fad3e1dfb31550f0672641feab4b03d480f039143dbe2f2445f

Contents?: true

Size: 140 Bytes

Versions: 38

Compression:

Stored size: 140 Bytes

Contents

use rayon_core::join;

#[test]
#[should_panic(expected = "should panic")]
fn simple_panic() {
    join(|| {}, || panic!("should panic"));
}

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-28.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-27.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-26.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-25.0.2 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-25.0.1 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-25.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-24.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/simple_panic.rs
wasmtime-23.0.2 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-22.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-21.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-20.0.2 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-20.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-18.0.3 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-17.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-17.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-16.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-15.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-15.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-14.0.4 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs