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

async expression type does not implement Future as needed

Metadata

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

How to fix

  • await inner futures
  • match executor Future bounds

Typical output

E3021: async future type mismatch
note: async expression type does not implement Future as needed