empty arg lists get ignored when considering whether to apply default args #136488
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
The same way
Foo::<u32>
instantiatesU
withi32
, so shouldFoo::<>
forT
andU
.My expected behavior is that
d
is ambiguous whilec
compilesThe text was updated successfully, but these errors were encountered: