#[allow(
deprecated,
private_bounds,
non_local_definitions,
non_camel_case_types,
non_upper_case_globals,
non_snake_case,
non_ascii_idents,
clippy::missing_inline_in_public_items,
)]
#[deny(ambiguous_associated_items)]
#[automatically_derived]
const _: () = {
unsafe impl<T: ?Sized + Copy> ::zerocopy::SplitAt for Foo<T>
where
Self: Copy,
T: ::zerocopy::SplitAt,
{
fn only_derive_is_allowed_to_implement_this_trait() {}
type Elem = <T as ::zerocopy::SplitAt>::Elem;
}
};