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

requested tail recursion optimization unsupported

Metadata

  • Code: E5008
  • Default level: Error
  • Phase: Lowering
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E5008
  • Tags: mir, tailcall

How to fix

  • remove must-tail
  • adjust calling convention

Typical output

E5008: tail call lowering rejected
note: requested tail recursion optimization unsupported