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 storedMetadata
- 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