From 070dd6849a30a3749f84d4933ee457912d22f903 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 14 Jul 2026 10:15:59 +0200 Subject: [PATCH] remove obsolete comment This was a reminder to make the lint translatable, but the code to make lints translatable has since been removed --- compiler/rustc_lint/src/lints.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/rustc_lint/src/lints.rs b/compiler/rustc_lint/src/lints.rs index 783829b356369..494a6f2903a07 100644 --- a/compiler/rustc_lint/src/lints.rs +++ b/compiler/rustc_lint/src/lints.rs @@ -601,8 +601,6 @@ pub(crate) struct BuiltinDerefNullptr { pub label: Span, } -// FIXME: migrate fluent::lint::builtin_asm_labels - #[derive(Diagnostic)] pub(crate) enum BuiltinSpecialModuleNameUsed { #[diag("found module declaration for lib.rs")]