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

the parser expected a top-level item declaration

Metadata

  • Code: E1105
  • Default level: Error
  • Phase: Parser
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E1105
  • Tags: parser

How to fix

  • top-level positions accept declarations like fn/type/data/import/module

Typical output

E1105: expected item
note: the parser expected a top-level item declaration