Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

What this means

closure capture resolves names that cannot be stored

Metadata

  • Code: E2016
  • Default level: Error
  • Phase: Name Resolution
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E2016
  • Tags: name, closures

How to fix

  • pass locals explicitly
  • use Fn traits appropriately

Typical output

E2016: cannot capture environment
note: closure capture resolves names that cannot be stored