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

closure captures disagree with borrow rules

Metadata

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

How to fix

  • annotate move closures
  • clone captures

Typical output

E4010: closure capture conflict
note: closure captures disagree with borrow rules