We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_
expr as Box<_>
Box<Trait>
Could type inference fill in expr as Box<_> when expecting Box<Trait> ?
From what I have seen, it seems to make no attempt to use the surrounding context to fill in gaps like the _ in Box<_> above.
Box<_>
spawned from #22086