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

closure parameter types cannot be inferred from limited context

Metadata

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

How to fix

  • annotate parameter types
  • provide explicit return type

Typical output

E2030: cannot infer closure signature
note: closure parameter types cannot be inferred from limited context