Sha256: f76e6727ae8bd0dc8fff5f4a79df3fc598daf5d7371bdf8b2e730fba4ba82719

Contents?: true

Size: 332 Bytes

Versions: 38

Compression:

Stored size: 332 Bytes

Contents

/*! ```compile_fail,E0599

use rayon::prelude::*;

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

let a: Vec<usize> = (0..1024).collect();
let mut v = vec![];
a.par_iter()
    .filter_map(|&x| Some(x as f32))
    .collect_into_vec(&mut v); //~ ERROR no method

``` */

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-14.0.3 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-14.0.1 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-14.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-13.0.0 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-12.0.1 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-12.0.0 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-11.0.0 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-10.0.1 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-10.0.0 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-9.0.4 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-9.0.1 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rayon-1.7.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-6.0.1 ./ext/cargo-vendor/rayon-1.6.1/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-6.0.0 ./ext/cargo-vendor/rayon-1.6.1/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-5.0.0 ./ext/cargo-vendor/rayon-1.6.1/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-0.4.1 ./ext/cargo-vendor/rayon-1.6.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-0.4.0 ./ext/cargo-vendor/rayon-1.6.0/src/compile_fail/cannot_collect_filtermap_data.rs