We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is because they're *u8, so trans sees no substs and it won't monomorphize it. Then it calls type_of on a ty param and ICEs.
*u8
type_of
I think maybe crust functions should have to have explicit type parameter substitutions.
Activity