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

a raw string literal was never closed

Metadata

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

How to fix

  • close with quote + same number of # markers as the opener

Typical output

E1007: unterminated raw string
note: a raw string literal was never closed