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

mutable static violates safety constraints

Metadata

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

How to fix

  • guard accesses
  • move state behind interior mutability patterns

Typical output

E2015: mutable static misuse
note: mutable static violates safety constraints