Sha256: a7588c104a34936839fdef78029fdc3929f08f6befac2a94ef5fce5364cd89ca
Contents?: true
Size: 338 Bytes
Versions: 19
Compression:
Stored size: 338 Bytes
Contents
error[E0405]: cannot find trait `FromBytes` in this scope --> tests/ui-msrv/transmute-mut-src-generic.rs:15:31 | 15 | fn transmute_mut<T: AsBytes + FromBytes>(t: &mut T) -> &mut u8 { | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 11 | use zerocopy::FromBytes; |
Version data entries
19 entries across 19 versions & 1 rubygems