Name Description Size
absence_of_deprecated_warning.rs See: https://github.com/google/zerocopy/issues/553 zerocopy must still allow derives of deprecated types. This test has a hand-written impl of a deprecated type, and should result in a compilation error. If zerocopy does not tack an allow(deprecated) annotation onto its impls, then this test will fail because more than one compile error will be generated. 1049
absence_of_deprecated_warning.stderr 336
derive_transparent.rs 1275
derive_transparent.stderr 8174
enum.rs 7792
enum.stderr 20794
enum_from_bytes_u8_too_few.rs 4443
enum_from_bytes_u8_too_few.stderr 263
late_compile_pass.rs 1599
late_compile_pass.stderr 11788
mid_compile_pass.rs 1819
mid_compile_pass.stderr 4655
struct.rs 5436
struct.stderr 20305
union.rs 1814
union.stderr 5477
union_into_bytes_cfg