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 binding form is not valid at this location

Metadata

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

How to fix

  • for bindings use x := expr or mut x := expr

Typical output

E1110: invalid binding
note: the binding form is not valid at this location