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

unsafe unwind assumptions possibly violated

Metadata

  • Code: W1015
  • Default level: Warning
  • Phase: Borrow Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/W1015
  • Tags: lint, panic

How to fix

  • AssertUnwindSafe
  • isolate unwind edges

Typical output

W1015: missing unwind safety
note: unsafe unwind assumptions possibly violated