Searched refs:RUST_DERIVE_FUNPTR_LIMIT (Results 1 – 1 of 1) sorted by relevance
19 const RUST_DERIVE_FUNPTR_LIMIT: usize = 12; constant564 if self.argument_types.len() > RUST_DERIVE_FUNPTR_LIMIT { in function_pointers_can_derive()