Sha256: 3c54bad3b3ab88b5c046bfb6ef79e0162ec7228447a1ba8321d9da754d536f20
Contents?: true
Size: 341 Bytes
Versions: 20
Compression:
Stored size: 341 Bytes
Contents
error[E0405]: cannot find trait `FromBytes` in this scope --> tests/ui-nightly/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
20 entries across 20 versions & 1 rubygems