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

comparison operator lacks trait impl

Metadata

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

How to fix

  • derive PartialEq
  • implement Ord manually

Typical output

E3047: comparison trait missing
note: comparison operator lacks trait impl