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

borrow crosses suspend point illegally

Metadata

  • Code: E4011
  • Default level: Error
  • Phase: Borrow Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E4011
  • Tags: borrow, async

How to fix

  • restrict refs across await
  • owned captures

Typical output

E4011: async borrow across yield
note: borrow crosses suspend point illegally