↓ 1 callersFunctionreplace_let_mut_with_varsince rust does not allow "var" instead of let we need to work with the final string, not the ast. replace all "let mut" with "var", using regex, to a
bevy_gpu_compute_macro/src/pipeline/phases/gpu_resource_mngmnt_and_wgsl_generator/to_wgsl_syntax/local_var.rs:5