pub fn emit_cursor_for_loop_facts<I>(
store: &mut FactStore,
prov: &FactProvenance,
sites: I,
) -> usizewhere
I: IntoIterator<Item = CursorForLoopSite>,Expand description
Emit one CursorForLoop fact per site, mirroring
emit_exception_handler_facts.