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
==============================================================================rustaceanvim: require("rustaceanvim.health").check()Checking for Lua dependencies ~- OK [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) installed.Checking external dependencies ~- OK rust-analyzer: found rust-analyzer 0.3.1756-standalone (e402c494b 2023-12-01)- OK Cargo: found cargo 1.74.0 (ecb9851af 2023-10-18)- OK rustc: found rustc 1.74.0 (79e9716c9 2023-11-13)- WARNING debug adapter: not found. Install [lldb](https://lldb.llvm.org/) for extended capabilities. A debug adapter (defaults to: LLDB). Required for debugging features.Checking config ~- OK No errors found in config.Checking for conflicting plugins ~- OK No conflicting plugins detected.
How to reproduce the issue
fnmain(){println!("Hello, world!");}
Run RustLsp expandMacro on macro println!
Expected behaviour
Expand macro
Actual behaviour
The minimal config used to reproduce this issue.
N/A
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
I may need some more context to reproduce this, as I cannot reproduce it locally, in a project or in a standalone file. Based on the error message in your screenshot, I assume you're calling it in a standalone file?
It looks unrelated to the expandMacro command.
But it's a bug nonetheless. I'll implement a fix for it and we'll see if it helps 😄
Neovim version (nvim -v)
v0.9.4
Operating system/version
macOS
Output of :checkhealth rustaceanvim
How to reproduce the issue
Run
RustLsp expandMacro
on macroprintln!
Expected behaviour
Expand macro
Actual behaviour
The minimal config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: