vec::any calls in ty_struct cases in ty.rs should be vec::all #6868
Labels
A-type-system
Area: Type system
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
For example, this is clearly wrong in
type_is_pod
:But
vec::any
is called in other places throughout this file and I'm not immediately sure which ones are right vs wrong.The text was updated successfully, but these errors were encountered: