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

reference would outlive borrowed stack data

Metadata

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

How to fix

  • use owned data
  • annotate lifetimes explicitly

Typical output

E4006: borrow escapes stack frame
note: reference would outlive borrowed stack data