diff --git a/src/gallium/frontends/rusticl/api/util.rs b/src/gallium/frontends/rusticl/api/util.rs index 903457678ab..4a6d765f17c 100644 --- a/src/gallium/frontends/rusticl/api/util.rs +++ b/src/gallium/frontends/rusticl/api/util.rs @@ -224,9 +224,9 @@ where } } -pub fn cl_prop(v: T) -> Vec> +pub fn cl_prop(v: T) -> Vec> where - T: Sized, + T: CLProp + Sized, { v.cl_vec() }