From 32aa59939cf0c60dacf417376a134c668f4b48be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20K=C3=BCber?= Date: Fri, 31 Oct 2025 21:07:46 +0000 Subject: [PATCH] Ignore file length lint for now --- .../src/error_reporting/traits/fulfillment_errors.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs b/compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs index f09a6bca0bd2..03d43977df96 100644 --- a/compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs +++ b/compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs @@ -1,3 +1,4 @@ +// ignore-tidy-filelength use core::ops::ControlFlow; use std::borrow::Cow; use std::path::PathBuf;