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

await syntax appears outside an async construct at parse time

Metadata

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

How to fix

  • mark the enclosing function async
  • remove await

Typical output

E1117: await in non-async context
note: await syntax appears outside an async construct at parse time