Rust: add local copy of rust.ungrammar

This copy is injected by the existing `//rust/ast-generator:inject-sources`
target, and is useful for development.
This commit is contained in:
Paolo Tranquilli
2025-03-21 09:48:29 +01:00
parent 04f9694f89
commit 7d312feffe
3 changed files with 17 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
_args = [
"//rust/ast-generator",
"//rust/ast-generator:ungram",
"//rust/ast-generator:rust.ungram",
"//rust/ast-generator:Cargo.toml",
"//misc/codegen",
"//rust:codegen-conf",