From ec3f4382dfd7b0788d2b491a47572a087d42097f Mon Sep 17 00:00:00 2001 From: Sasha Pourcelot Date: Sat, 4 Apr 2026 19:46:50 +0000 Subject: [PATCH] Fix error message in `#[patchable_function_entry]` --- compiler/rustc_attr_parsing/src/attributes/codegen_attrs.rs | 2 +- .../patchable-function-entry-attribute.stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rustc_attr_parsing/src/attributes/codegen_attrs.rs b/compiler/rustc_attr_parsing/src/attributes/codegen_attrs.rs index 3cb75e41825e..68fbba02283d 100644 --- a/compiler/rustc_attr_parsing/src/attributes/codegen_attrs.rs +++ b/compiler/rustc_attr_parsing/src/attributes/codegen_attrs.rs @@ -737,7 +737,7 @@ fn convert(cx: &mut AcceptContext<'_, '_, S>, args: &ArgParser) -> Option