Generic parameter inference fails in the presence of arithmetic operations within generic interfaces #6463
Labels
goal:client exploration
Speculative work for a potential use case.
Milestone
Minimal reproducer:
Workaround is to be explicit about generic arguments, by invoking
foo<N, Decoder>
instead of justfoo
.The text was updated successfully, but these errors were encountered: