Sha256: 52914cac517074deaedcb81bd76b867f0b99cc7b65c3e01cfe12dc9fe38c0266
Contents?: true
Size: 317 Bytes
Versions: 38
Compression:
Stored size: 317 Bytes
Contents
#![type_length_limit = "500000"] use rayon::prelude::*; #[test] fn type_length_limit() { let _ = Vec::<Result<(), ()>>::new() .into_par_iter() .map(|x| x) .map(|x| x) .map(|x| x) .map(|x| x) .map(|x| x) .map(|x| x) .collect::<Result<(), ()>>(); }
Version data entries
38 entries across 38 versions & 1 rubygems