proc-macro panicked: failed to load macro: Cannot create expander for /Users/logandevine/Documents/zr/zirco-playground/api-server/target/debug/deps/libtokio_macros-f10cf80816e839ef.dylib: mismatched ABI expected: `rustc 1.95.0-nightly (47611e160 2026-02-12)`, got `rustc 1.92.0-nightly (695857bc3 2025-10-21)`rust-analyzermacro-error
Anyone have issues with VSCode's rust-analyzer on Nix in VSCode? I have a direnv set to use the flake, with the Rust I want to use installed, and vscode runs the extensions with it too. But yet, it seems to be a version mismatch, even with all my testing telling me they're both 1.95
|