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 expected immutable binding

Metadata

  • Code: E3017
  • Default level: Error
  • Phase: Type Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E3017
  • Tags: types, mut

How to fix

  • annotate mut binding
  • freeze references

Typical output

E3017: mutability mismatch
note: mutable borrow expected immutable binding