Cannot generically implement Function traits #17779
Labels
A-type-system
Area: Type system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
My code:
I get an ICE 'argument to function with "rust-call" ABI is neither a tuple nor unit', which is perfectly reasonable. This seems like a useful thing to do however, and due to the where clause,
args
will in fact be a tuple or unit.The text was updated successfully, but these errors were encountered: