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

mutation requires mutable binding

Metadata

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

How to fix

  • declare mut
  • interior mutability

Typical output

E4020: cannot mutate immutable binding
note: mutation requires mutable binding