Sha256: 3588fcf72e804ea867ea525b6dfa7a3d45fe14e28088e849fa9ddb029acc8a7a

Contents?: true

Size: 330 Bytes

Versions: 38

Compression:

Stored size: 330 Bytes

Contents

/*! ```compile_fail,E0277

use rayon::prelude::*;

// zip requires data of exact size, but filter yields only bounded
// size, so check that we cannot apply it.

let mut a: Vec<usize> = (0..1024).rev().collect();
let b: Vec<usize> = (0..1024).collect();

a.par_iter()
    .zip(b.par_iter().filter(|&&x| x > 3)); //~ ERROR

``` */

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-28.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-27.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-26.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-25.0.2 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-25.0.1 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-25.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-24.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-23.0.2 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-22.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-21.0.1 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-20.0.2 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-20.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-18.0.3 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-17.0.1 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-17.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-16.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-15.0.1 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-15.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs
wasmtime-14.0.4 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_zip_filtered_data.rs