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 requires async context

Metadata

  • Code: E3022
  • Default level: Error
  • Phase: Type Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E3022
  • Tags: types, async

How to fix

  • wrap caller in async
  • block_on explicitly

Typical output

E3022: await outside async fn
note: await requires async context