diff --git a/src/gallium/frontends/rusticl/core/kernel.rs b/src/gallium/frontends/rusticl/core/kernel.rs index f6b086945c4..5f74974b97b 100644 --- a/src/gallium/frontends/rusticl/core/kernel.rs +++ b/src/gallium/frontends/rusticl/core/kernel.rs @@ -301,7 +301,7 @@ pub struct Kernel { pub prog: Arc, pub name: String, values: Mutex>>, - pub builds: HashMap<&'static Device, Arc>, + builds: HashMap<&'static Device, Arc>, pub kernel_info: KernelInfo, }