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

referencing a symbol that is not visible from this scope

Metadata

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

How to fix

  • make the item public
  • avoid reaching into private modules

Typical output

E2005: private item
note: referencing a symbol that is not visible from this scope