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

mutable borrow overlaps immutable borrow

Metadata

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

How to fix

  • drop earlier refs
  • clone before mut borrow

Typical output

E4005: mutable borrow while immutable active
note: mutable borrow overlaps immutable borrow