pub fn render_error<T>( sources: &IndexMap<SourceId, (&'static str, &'static str)>, err: SpannedItem<T>, ) -> Reportwhere T: Diagnostic + Send + Sync + 'static,