Sha256: 42d110429621f407ef0dada1306dab116583d2c782a99894204dd8e0ccd2312f

Contents?: true

Size: 131 Bytes

Versions: 38

Compression:

Stored size: 131 Bytes

Contents

/*! ```compile_fail,E0277

use std::rc::Rc;

let r = Rc::new(22);
rayon_core::join(|| r.clone(), || r.clone());
//~^ ERROR

``` */

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-14.0.3 ./ext/cargo-vendor/rayon-core-1.12.0/src/compile_fail/rc_upvar.rs
wasmtime-14.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/src/compile_fail/rc_upvar.rs
wasmtime-14.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/src/compile_fail/rc_upvar.rs
wasmtime-13.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-12.0.1 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-12.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-11.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-10.0.1 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-10.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-9.0.4 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-9.0.1 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rayon-core-1.11.0/src/compile_fail/rc_upvar.rs
wasmtime-6.0.1 ./ext/cargo-vendor/rayon-core-1.10.2/src/compile_fail/rc_upvar.rs
wasmtime-6.0.0 ./ext/cargo-vendor/rayon-core-1.10.2/src/compile_fail/rc_upvar.rs
wasmtime-5.0.0 ./ext/cargo-vendor/rayon-core-1.10.1/src/compile_fail/rc_upvar.rs
wasmtime-0.4.1 ./ext/cargo-vendor/rayon-core-1.10.1/src/compile_fail/rc_upvar.rs
wasmtime-0.4.0 ./ext/cargo-vendor/rayon-core-1.10.1/src/compile_fail/rc_upvar.rs