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

impl introduces trait items not declared on the trait

Metadata

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

How to fix

  • move method to trait
  • drop erroneous impl entry

Typical output

E2027: associated item not in trait
note: impl introduces trait items not declared on the trait