From ee976bbbcaf85390a00f03dedacd035e7e274e8e Mon Sep 17 00:00:00 2001 From: Jana Dönszelmann Date: Tue, 4 Mar 2025 14:17:06 +0100 Subject: fix bugs in inline/force_inline and diagnostics of all attr parsers --- compiler/rustc_lint/src/lints.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_lint/src/lints.rs') diff --git a/compiler/rustc_lint/src/lints.rs b/compiler/rustc_lint/src/lints.rs index 3d17dfbc451..0a6e771a4d6 100644 --- a/compiler/rustc_lint/src/lints.rs +++ b/compiler/rustc_lint/src/lints.rs @@ -2618,6 +2618,7 @@ pub(crate) struct UnusedCrateDependency { pub local_crate: Symbol, } +// FIXME(jdonszelmann): duplicated in rustc_attr_parsing, should be moved there completely. #[derive(LintDiagnostic)] #[diag(lint_ill_formed_attribute_input)] pub(crate) struct IllFormedAttributeInput { -- cgit 1.4.1-3-g733a5