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

operation requires Copy but type is not Copy

Metadata

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

How to fix

  • derive/implement Copy
  • avoid duplicate moves at type layer

Typical output

E3028: copy semantics violated
note: operation requires Copy but type is not Copy