We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-analyzer version: rust-analyzer 1.86.0 (05f9846 2025-03-31)
rustc version: rustc 1.86.0 (05f9846f8 2025-03-31)
editor or extension: emacs eglot
relevant settings: eglot-ensure in rust-mode-hook
cargo init --lib
src/lib.rs
src/main.rs
fn main() {}
unlined-file
workaround: restart rust-analyzer (in emacs this can be done with M-x eglot)
M-x eglot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
rust-analyzer version: rust-analyzer 1.86.0 (05f9846 2025-03-31)
rustc version: rustc 1.86.0 (05f9846f8 2025-03-31)
editor or extension: emacs eglot
relevant settings: eglot-ensure in rust-mode-hook
reproduction steps
cargo init --lib
src/lib.rs
in editorsrc/main.rs
in editor, addfn main() {}
, save fileunlined-file
error and all LSP features will not work except highlighting error/warning linesworkaround: restart rust-analyzer (in emacs this can be done with
M-x eglot
)The text was updated successfully, but these errors were encountered: