You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make datatype_min_ninitialized robust against non DataType input
By unwrapping the input type in `datatype_min_ninitialized`, and guard
against non `DataType` input by returning the most conservative value
`0` in such cases.
- fixes#56997
0 commit comments