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

borrow attempted after ownership transferred

Metadata

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

How to fix

  • restructure ownership
  • use references earlier

Typical output

E4001: borrow of moved value
note: borrow attempted after ownership transferred