Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subtype: replace leaf-bound typevars if they would result in Tuple{Un…
…ion{}} otherwise (#49393) This was a primary motivation for #49111. Previously, we'd see some some method specializations such as `convert(::Type{T}, ::T) where T<:Float64` (apparently from inference of some tuple convert specializations), which were not necessary to have.
- Loading branch information