We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently we ignore the bogus <int, bool> in the type below. I think this never makes sense, and should simply result in an error.
<int, bool>
fn foo<T>(_x: T<int, bool>) {}