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

a value was used after ownership moved away

Metadata

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

How to fix

  • clone or borrow the value instead of reusing moved ownership

Typical output

E4000: use after move
note: a value was used after ownership moved away