pub fn build_coprod_unreachable_arm(length: usize, deref: bool) -> TokenStream
Expand description
Given the length of a Coproduct type, generates an “unreachable” match arm, matching the CNil case in order to work around limitations in the compiler’s exhaustiveness checking.