You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust-analyzer in nightly-2025-06-23 has a bug where macros like println! erroneously have red error squiggles, making the IDE experience a bit unpleasant. Switching to nightly-2025-06-29 resolves this issue, only requiring a single line modification to the Rust-CUDA library:
In crates/rustc_codegen_nvvm/src/builder.rs, lines 1109-1111
before: