Should the proc_macro support work?
I just get "unresolved" import. My test is here: rust-analyzer-com-rs-failure/main.rs at master · Ciantic/rust-analyzer-com-rs-failure · GitHub
It compiles just fine with cargo build
but it seems as if the proc_macros doesn't work at all in VSCode.
I have this in my project setup:
{
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.updates.channel": "nightly",
"rust-analyzer.cargo.loadOutDirsFromCheck": true
}