Package Details: tree-sitter-rust 0.20.4-2

Git Clone URL: https://aur.archlinux.org/tree-sitter-rust.git (read-only, click to copy)
Package Base: tree-sitter-rust
Description: Rust grammar for tree-sitter
Upstream URL: https://github.com/tree-sitter/tree-sitter-rust
Licenses: MIT
Groups: tree-sitter-grammars
Provides: libtree-sitter-rust
Submitter: kevinschoon
Maintainer: kevinschoon
Last Packager: kevinschoon
Votes: 0
Popularity: 0.000000
First Submitted: 2023-12-23 13:34 (UTC)
Last Updated: 2023-12-23 13:34 (UTC)

Dependencies (3)

Required by (2)

Sources (1)

Latest Comments

mia commented on 2024-04-03 02:36 (UTC) (edited on 2024-04-03 02:36 (UTC) by mia)

Doesn't appear to build, getting the following error:

==> Starting prepare()...
Error processing rule char_literal

Caused by:
    regex parse error:
        u{[0-9a-fA-F]+}
          ^
    error: repetition quantifier expects a valid decimal
==> ERROR: A failure occurred in prepare().

Can reproduce upstream on that tag, but has been fixed since in the commit history. Maybe it would be good to include whatever commit fixed this as a patch?