diff --git a/blog/2025-05-27-rust-cuda-update.mdx b/blog/2025-05-27-rust-cuda-update.mdx index df6cc75..5058a84 100644 --- a/blog/2025-05-27-rust-cuda-update.mdx +++ b/blog/2025-05-27-rust-cuda-update.mdx @@ -75,7 +75,7 @@ For example: - If a large static variable was initially unused, the compiler might optimize it away. If subsequent code changes caused that static to be referenced, it would be included, potentially triggering the memory limit and causing runtime failures. - Code behavior could vary unexpectedly across different versions of a dependency or between debug and release builds. -### The Fix +### The fix New contributor and Rust CUDA maintainer [landed a