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-29.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-28.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-27.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-26.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-25.0.2 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-25.0.1 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-25.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-24.0.0 ./ext/cargo-vendor/rayon-1.10.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-23.0.2 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-22.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-21.0.1 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-20.0.2 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-20.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-18.0.3 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-17.0.1 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-17.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-16.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-15.0.1 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-15.0.0 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs
wasmtime-14.0.4 ./ext/cargo-vendor/rayon-1.8.0/src/compile_fail/cannot_collect_filtermap_data.rs