rksm / emacs-rust-config

emacs.d files for making Emacs a Rust development environment
MIT License
92 stars 28 forks source link

Stops working after package upgrade #10

Closed worikgh closed 1 year ago

worikgh commented 1 year ago

Emacs: 30.0.50 Running on a Raspberry Pi 4 Upgraded all packages

Now I get errors when I try toload rust files

Error (use-package): Cannot load flycheck 
Error (use-package): Cannot load dap-mode
cd /tmp
cargo new test_issue
emacs -nw -q --load ~/emacs-rust-config/standalone.el /tmp/test_issue/src/main.rs
worikgh commented 1 year ago

Looking into the *Messages buffer I installed packages: dash and lsp-treemacs

and the errors have gone away

getong commented 1 year ago

I have the same error after upgraded, my error msg is :

File mode specification error: (void-function rust-ts-mode)

I think this might be a error with lsp.

getong commented 1 year ago

I made a issue, emacs-lsp/lsp-mode#3882 which address this problem.