- OS: Linux (Ubuntu 22.04)
- Emacs Version: 28.2
I got an error while installing rust-mode:
$HOME/.emacs.d/elpa/rust-mode-20240225.526/rust-mode-treesitter.el at Tue Feb 27 21:04:29 2024
rust-mode-treesitter.el:9:1:Error: Cannot open load file: No such file or directory, treesit
it's caused by this line: https://github.com/rust-lang/rust-mode/blob/master/rust-mode-treesitter.el#L9.
The problem doesn't exist in Emacs 29.1.
Does anyone know how to fix this? Thank you.