Sha256: ff5965b190242ce05735d7c072c11565c5bd8609261c83dd06396ae8416dfbaa
Contents?: true
Size: 432 Bytes
Versions: 19
Compression:
Stored size: 432 Bytes
Contents
error[E0597]: `x` does not live long enough --> tests/ui-msrv/transmute-mut-illegal-lifetime.rs:14:56 | 14 | let _: &'static mut u64 = zerocopy::transmute_mut!(&mut x); | ---------------- ^^^^^^ borrowed value does not live long enough | | | type annotation requires that `x` is borrowed for `'static` 15 | } | - `x` dropped here while still borrowed
Version data entries
19 entries across 19 versions & 1 rubygems