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-14.0.3 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-14.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-14.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/simple_panic.rs
wasmtime-13.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-12.0.1 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-12.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-11.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-10.0.1 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-10.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-9.0.4 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-9.0.1 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/tests/simple_panic.rs
wasmtime-6.0.1 ./ext/cargo-vendor/rayon-core-1.10.2/tests/simple_panic.rs
wasmtime-6.0.0 ./ext/cargo-vendor/rayon-core-1.10.2/tests/simple_panic.rs
wasmtime-5.0.0 ./ext/cargo-vendor/rayon-core-1.10.1/tests/simple_panic.rs
wasmtime-0.4.1 ./ext/cargo-vendor/rayon-core-1.10.1/tests/simple_panic.rs
wasmtime-0.4.0 ./ext/cargo-vendor/rayon-core-1.10.1/tests/simple_panic.rs