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

two mutable borrows overlap illegally

Metadata

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

How to fix

  • narrow scopes
  • split borrows
  • use interiors

Typical output

E4004: multiple mutable borrows
note: two mutable borrows overlap illegally