Sha256: cba0e2d85a961b56d8fc2566bc555082b52f762ac36b9745e319bb5d1e726514

Contents?: true

Size: 1.72 KB

Versions: 20

Compression:

Stored size: 1.72 KB

Contents

error[E0277]: the trait bound `*const usize: AsBytes` is not satisfied
  --> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
   |
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |                              |
   |                              the trait `AsBytes` is not implemented for `*const usize`
   |                              required by a bound introduced by this call
   |
   = help: the trait `AsBytes` is implemented for `usize`
note: required by a bound in `AssertIsAsBytes`
  --> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
   |
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AssertIsAsBytes`
   = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0277]: the trait bound `*const usize: AsBytes` is not satisfied
  --> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
   |
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AsBytes` is not implemented for `*const usize`
   |
   = help: the trait `AsBytes` is implemented for `usize`
note: required by a bound in `AssertIsAsBytes`
  --> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
   |
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AssertIsAsBytes`
   = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
wasmtime-30.0.2 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-29.0.0 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-28.0.0 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-27.0.0 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-26.0.0 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-25.0.2 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-25.0.1 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-25.0.0 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-24.0.0 ./ext/cargo-vendor/zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-23.0.2 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-22.0.0 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-21.0.1 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-20.0.2 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-20.0.0 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-18.0.3 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-17.0.1 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-17.0.0 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-16.0.0 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-15.0.1 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr
wasmtime-15.0.0 ./ext/cargo-vendor/zerocopy-0.7.32/tests/ui-stable/transmute-ptr-to-usize.stderr