1 2 3 4 5 6 7 8
//! UI test: a registration derive on a generic type must fail to compile, not silently skip it. fn main() {} #[derive(hexser::HexDomain)] struct GenericDomain<T> { inner: T, }