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

destructor runs while references still active

Metadata

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

How to fix

  • reorder bindings
  • explicit drops via scopes

Typical output

E4008: drop order conflict
note: destructor runs while references still active