Sha256: 0cee8b9e07d537890e0189710293b53972d0fab63c09366f33c391065afafa99

Contents?: true

Size: 142 Bytes

Versions: 30

Compression:

Stored size: 142 Bytes

Contents

use bitflags::bitflags;

bitflags! {
    #[derive(PartialEq, Eq)]
    struct Flags: u32 {
        const A = 0b00000001;
    }
}

fn main() {}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wasmtime-23.0.2 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-22.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-21.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-20.0.2 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-20.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-18.0.3 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-17.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-17.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-16.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-15.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-15.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-14.0.4 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-14.0.3 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-14.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-14.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-13.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-12.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-12.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-11.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs
wasmtime-10.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/eq.rs