Open
Description
rust-analyzer version: rust-analyzer 1.84.1 (e71f9a9 2025-01-27)
rustc version: rustc 1.84.1 (e71f9a9a9 2025-01-27)
editor or extension: zed or nvim
I'm getting an LSP error on a macro that compiles fine. The issue is reproducible on commit ba3f8bce2749329d2b02922d7637e8546c5eb81b
of https://github.com/colinmarc/magic-mirror.
Here is the macro invocation that rust-analyzer doesn't like:
And here is where the macro lives:
Please ignore how insane the macro is 😓 Building the project is also a bit of a hassle, sorry about that. It requires linux and cmake nasm protoc libxkbcommon-dev
. Detailed build instructions here: https://colinmarc.github.io/magic-mirror/setup/server/#building-mmserver-from-source