Sha256: 54cf03066a5d10ab7caa4741fe9d40df491a9a3fb81b6425a40bf04e21a6910e

Contents?: true

Size: 456 Bytes

Versions: 22

Compression:

Stored size: 456 Bytes

Contents

error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
  --> tests/ui-stable/transmute-size-increase.rs:19:29
   |
19 | const INCREASE_SIZE: AU16 = transmute!(0u8);
   |                             ^^^^^^^^^^^^^^^
   |
   = note: source type: `u8` (8 bits)
   = note: target type: `AU16` (16 bits)
   = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info)

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
wasmtime-14.0.1 ./ext/cargo-vendor/zerocopy-0.7.15/tests/ui-stable/transmute-size-increase.stderr
wasmtime-14.0.0 ./ext/cargo-vendor/zerocopy-0.7.15/tests/ui-stable/transmute-size-increase.stderr