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

calling unsafe fn requires unsafe obligation propagation

Metadata

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

How to fix

  • mark callee unsafe
  • wrap callsite with unsafe

Typical output

E2032: unsafe fn requirement
note: calling unsafe fn requires unsafe obligation propagation