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

indexed type lacks Index impl

Metadata

  • Code: E3023
  • Default level: Error
  • Phase: Type Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E3023
  • Tags: types, ops

How to fix

  • implement indexing trait
  • use get APIs

Typical output

E3023: indexing requires Slice trait
note: indexed type lacks Index impl