afnanenayet / diffsitter

A tree-sitter based AST difftool to get meaningful semantic diffs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Fails to build with `dynamic-grammar-libs` feature since 0.7.0

jirutka opened this issue · comments

$ cargo build --locked --no-default-features --features dynamic-grammar-libs
...
error[E0432]: unresolved import `crate::parse::supported_languages`
 --> src/main.rs:9:5
  |
9 | use crate::parse::supported_languages;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `supported_languages` in `parse`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `diffsitter` due to previous error

This problem came with 0.7.0, the previous version compiled fine.

Environment:

  • Alpine Linux Edge
  • rust 1.60.0

@jirutka should be fixed in the latest release, let me know if you have any other issues. Thanks for flagging this!