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

const/static initializers depend on each other cyclically

Metadata

  • Code: E2026
  • Default level: Error
  • Phase: Name Resolution
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E2026
  • Tags: name, const-eval

How to fix

  • break cycles between const items

Typical output

E2026: constant evaluation dependency cycle
note: const/static initializers depend on each other cyclically