about summary refs log tree commit diff
path: root/tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-03-11 07:07:31 +0000
committerGitHub <noreply@github.com>2025-03-11 07:07:31 +0000
commitfe5235ee0f90f41d6a10cc68e4f1adc3fed45235 (patch)
tree8ed0a4f28637b7609ac6771ecf499f8f2445a52b /tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
parent5533da2d9f628c161598c74901c2740689d9a2df (diff)
parent4f2a03c011dce98a354bf1947814ea9b428d0f1b (diff)
downloadrust-fe5235ee0f90f41d6a10cc68e4f1adc3fed45235.tar.gz
rust-fe5235ee0f90f41d6a10cc68e4f1adc3fed45235.zip
Merge pull request #4224 from rust-lang/rustup-2025-03-11
Automatic Rustup
Diffstat (limited to 'tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr')
-rw-r--r--tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr b/tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
index d9710c6e6a2..9357a86c415 100644
--- a/tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
+++ b/tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
@@ -20,7 +20,7 @@ error: unexpected parameter name
   --> $DIR/patchable-function-entry-attribute.rs:13:46
    |
 LL | #[patchable_function_entry(prefix_nops = 10, something = 0)]
-   |                                              ^^^^^^^^^^^^^ expected prefix_nops or entry_nops
+   |                                              ^^^^^^^^^^^^^ expected `prefix_nops` or `entry_nops`
 
 error: must specify at least one parameter
   --> $DIR/patchable-function-entry-attribute.rs:16:1