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

function declaration lacks an implementation where one is required

Metadata

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

How to fix

  • add { ... } or = expression body
  • declare extern fn without body

Typical output

E1124: missing fn body
note: function declaration lacks an implementation where one is required