starlark 0.14.0

An implementation of the Starlark language in Rust.
Documentation
# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```

def foo(x, y):
    return noop(y, x)

def test(x, y):
    # This call should be inlined.
    return foo(y, x)

# Bytecode:

Max stack size: 1
Instructions:
       # instrs.star.bzl:6:5-21
   0: CallFrozenNativePos noop &0..&2 instrs.star.bzl:2:12-22 ->&2
       # instrs.star.bzl:6:5-21
  48: Return &2
  56: End