Closed
Description
Default type parameters (e g struct Foo<A = u32>(A)
) is a language feature, but they are not mentioned in the language reference.
It would be nice if such a reference also mentioned the tricky semantics around how it interacts with inference, as mentioned here.