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

method borrows self fields in incompatible ways

Metadata

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

How to fix

  • split methods
  • avoid simultaneous &mut self field refs

Typical output

E4015: self borrow structural conflict
note: method borrows self fields in incompatible ways