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

numeric literal exceeds representable range for its inferred type

Metadata

  • Code: E1012
  • Default level: Error
  • Phase: Lexer
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E1012
  • Tags: lexer

How to fix

  • use a smaller literal or a wider integer type if available

Typical output

E1012: integer literal overflow
note: numeric literal exceeds representable range for its inferred type