rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.1k stars 176 forks source link

Issues running this mode #514

Closed DaKnig closed 4 months ago

DaKnig commented 4 months ago

updated some packages, updated emacs, and now I have the folowing error: funcall-interactively: Symbol’s value as variable is void: rust-mode-syntax-table it's all fun and games but I dont get syntax highlighting at all now... idk what to do...

psibi commented 4 months ago

Can you check if this PR makes it work for you: https://github.com/rust-lang/rust-mode/pull/515 ?

DaKnig commented 4 months ago

I followed the directives on README with master (after 515 was merged) and it somehow works, I guess it fixed it.

psibi commented 4 months ago

Thanks for the confirmation!