Sha256: 77d83484ce221d4b6ff2f7de843929a452d779fcfff428122710dd8218c298e3

Contents?: true

Size: 958 Bytes

Versions: 30

Compression:

Stored size: 958 Bytes

Contents

error[E0119]: conflicting implementations of trait `std::clone::Clone` for type `Flags`
 --> $DIR/copy.rs:3:1
  |
3 | / bitflags! {
4 | |     #[derive(Clone, Copy)]
  | |              ----- first implementation here
5 | |     struct Flags: u32 {
6 | |         const A = 0b00000001;
7 | |     }
8 | | }
  | |_^ conflicting implementation for `Flags`
  |
  = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0119]: conflicting implementations of trait `std::marker::Copy` for type `Flags`
 --> $DIR/copy.rs:3:1
  |
3 | / bitflags! {
4 | |     #[derive(Clone, Copy)]
  | |                     ---- first implementation here
5 | |     struct Flags: u32 {
6 | |         const A = 0b00000001;
7 | |     }
8 | | }
  | |_^ conflicting implementation for `Flags`
  |
  = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info)

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/copy.stderr.beta
wasmtime-22.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-21.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-20.0.2 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-20.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-18.0.3 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-17.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-17.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-16.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-15.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-15.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-14.0.4 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-14.0.3 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-14.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-14.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-13.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-12.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-12.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-11.0.0 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta
wasmtime-10.0.1 ./ext/cargo-vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.stderr.beta