Sha256: 2ba4f5f66b2a2eae90f2cb4b28bb92b066fcaf17412ca777e7d9823697d64736
Contents?: true
Size: 938 Bytes
Versions: 19
Compression:
Stored size: 938 Bytes
Contents
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types --> tests/ui-msrv/transmute-ref-src-generic.rs:17:5 | 17 | transmute_ref!(t) | ^^^^^^^^^^^^^^^^^ | = note: source type: `T` (this type does not have a fixed size) = note: target type: `u8` (8 bits) = note: this error originates in the macro `$crate::assert_size_eq` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0512]: cannot transmute between types of different sizes, or dependently-sized types --> tests/ui-msrv/transmute-ref-src-generic.rs:17:5 | 17 | transmute_ref!(t) | ^^^^^^^^^^^^^^^^^ | = note: source type: `AlignOf<T>` (size can vary because of T) = note: target type: `MaxAlignsOf<T, u8>` (size can vary because of T) = note: this error originates in the macro `$crate::assert_align_gt_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
Version data entries
19 entries across 19 versions & 1 rubygems