rust-analyzer version: 2024-05-09
rustc version: (eg. output of rustc -V): 1.78.0
editor or extension: neovim with Mason+Lspconfig+RustAnalyzer
relevant settings: none
repository link (if public, optional): none
code snippet to reproduce:
Rust analyzer is printing this error if I start editing an empty .rs file before it has completed its startup. There are no settings involved, just an empty cargo project with a main.rs. Once that error pops up, it will keep appearing on every keystroke until I close the buffer, reopen it, wait for it to fully initialize and then start writing. This does not happen if the file is not empty.
rust-analyzer version: 2024-05-09
rustc version: (eg. output of
rustc -V): 1.78.0editor or extension: neovim with Mason+Lspconfig+RustAnalyzer
relevant settings: none
repository link (if public, optional): none
code snippet to reproduce:
Rust analyzer is printing this error if I start editing an empty .rs file before it has completed its startup. There are no settings involved, just an empty cargo project with a main.rs. Once that error pops up, it will keep appearing on every keystroke until I close the buffer, reopen it, wait for it to fully initialize and then start writing. This does not happen if the file is not empty.