Skip to main content

Module rf_error

Module rf_error 

Source
Expand description

Direct Rf_error/Rf_errorcall usage lint.

  • MXL300: Warns on direct Rf_error/Rf_errorcall calls in user code. These longjmp through Rust frames, bypassing destructors unless wrapped in R_UnwindProtect. Prefer panic!() or Err(...) which produce structured R condition objects via the tagged-condition transport.

Functionsยง

check