049 invocation meta

○ Planned This feature is planned but not yet implemented.

OWED: InvocationMeta is available for comptime introspection at the call site.

Failure Output

error[PARSE003]: single continuation branch 'matched' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> string`
  --> tests/regression/300_ADVANCED_FEATURES/310_COMPTIME/310_049_invocation_meta/input.kz:9:1
    |
  9 | ~[comptime]pub tor check-config { meta: InvocationMeta }
    | ^

Code

input.kz

Flows

flow ~check-config click a branch to expand · @labels scroll to their anchor
check-config
flow ~check-config click a branch to expand · @labels scroll to their anchor
check-config
flow ~check-config click a branch to expand · @labels scroll to their anchor
check-config

Test Configuration

MUST_RUN