pub fn emit_exception_handler_facts<I>(
store: &mut FactStore,
prov: &FactProvenance,
sites: I,
) -> usizewhere
I: IntoIterator<Item = ExceptionHandlerSite>,Expand description
Emit one ExceptionHandler fact per detected handler so
QUAL001 / QUAL004 can consume them via by_kind like every
other fact-based rule.