Skip to content

Set ABI 14 revision for Rust grammar#150

Closed
kuczwara wants to merge 1 commit into
renzmann:mainfrom
kuczwara:fix-rust-abi-14
Closed

Set ABI 14 revision for Rust grammar#150
kuczwara wants to merge 1 commit into
renzmann:mainfrom
kuczwara:fix-rust-abi-14

Conversation

@kuczwara

@kuczwara kuczwara commented May 27, 2026

Copy link
Copy Markdown

Set :abi14-revision to the most recent tag of https://github.com/tree-sitter/tree-sitter-rust with ABI version 14. This should resolve #141 for Rust.

~/src/tree-sitter-rust $ git diff v0.23.3 v0.24.0 | grep -C3 LANGUAGE_VERSION
 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
 #endif

-#define LANGUAGE_VERSION 14
+#define LANGUAGE_VERSION 15
 #define STATE_COUNT 3823
 #define LARGE_STATE_COUNT 1063
 #define SYMBOL_COUNT 351

Related PRs

@kuczwara

Copy link
Copy Markdown
Author

Duplicate of #151

@kuczwara kuczwara closed this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version Mismatch

2 participants