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

assignment conflicts with borrow checker guarantees

Metadata

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

How to fix

  • release borrows
  • use Cell/RefCell patterns

Typical output

E4009: cannot assign through frozen borrow
note: assignment conflicts with borrow checker guarantees