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

extern declaration disagrees with linked symbol ABI

Metadata

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

How to fix

  • match declared extern ABI
  • fix calling convention attributes

Typical output

E2024: foreign ABI mismatch
note: extern declaration disagrees with linked symbol ABI