starlark 0.14.2

An implementation of the Starlark language in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```

error: Parse error: unexpected identifier 'baz', expected f-string expression end '}'
 --> assert.bzl:2:7
  |
2 |  {bar baz}'''
  |       ^^^
  |