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 extends temporary lifetime unsafely

Metadata

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

How to fix

  • bind temporary to local
  • avoid chaining temps

Typical output

E4007: borrow of temporary
note: borrow extends temporary lifetime unsafely