fn format_lint_err_from_items<T>( config: &LintExecutionConfig, header: &str, items: impl Iterator<Item = T>, ) -> Result<Result<(), LintError>>where T: Display,