From 8f62a2dedbbb2d694afcf810e38661902c88938a Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 19 Mar 2024 09:34:31 -0400 Subject: [PATCH] step cfgs --- src/source_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source_file.rs b/src/source_file.rs index 6376bc49b69f..2b43ec94b6bd 100644 --- a/src/source_file.rs +++ b/src/source_file.rs @@ -66,7 +66,7 @@ where } } - #[cfg_attr(not(bootstrap), allow(non_local_definitions))] + #[allow(non_local_definitions)] impl From<&FileName> for rustc_span::FileName { fn from(filename: &FileName) -> rustc_span::FileName { match filename {