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

irrefutable binding site requires irrefutable pattern

Metadata

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

How to fix

  • use let-else/if let
  • make pattern irrefutable

Typical output

E3035: refutable pattern in binding
note: irrefutable binding site requires irrefutable pattern