Sha256: 538af460b18f588b6075307de50ba1307f98189d2f2aea74346a77ad8b64710c
Contents?: true
Size: 650 Bytes
Versions: 19
Compression:
Stored size: 650 Bytes
Contents
error[E0308]: mismatched types --> tests/ui-msrv/transmute-mut-src-not-a-reference.rs:17:53 | 17 | const SRC_NOT_A_REFERENCE: &mut u8 = transmute_mut!(0usize); | ---------------^^^^^^- | | | | | expected `&mut _`, found `usize` | | help: consider mutably borrowing here: `&mut 0usize` | expected due to this | = note: expected mutable reference `&mut _` found type `usize`
Version data entries
19 entries across 19 versions & 1 rubygems