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

moving a field invalidates sibling accesses rules

Metadata

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

How to fix

  • move whole aggregate
  • borrow fields individually without mixing

Typical output

E4002: partial move
note: moving a field invalidates sibling accesses rules