Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR fixes the following error that happends when opening a .rs file: File mode specification error: (void-function rust-mode) It adds a stub function called `rust-mode-choose` that selects the appropriate `rust-mode` version (prog or treesitter) based on the environment. Fixes rust-lang#528
- Loading branch information