about summary refs log tree commit diff
path: root/tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2025-03-11 05:21:51 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2025-03-11 05:21:51 +0000
commit4f2a03c011dce98a354bf1947814ea9b428d0f1b (patch)
tree8ed0a4f28637b7609ac6771ecf499f8f2445a52b /tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
parent5889b95f4e04716058da56a5162b4f62338cd922 (diff)
parentc5fc1931a05f48fe3b4adf213ad3fcefb4e4434b (diff)
downloadrust-4f2a03c011dce98a354bf1947814ea9b428d0f1b.tar.gz
rust-4f2a03c011dce98a354bf1947814ea9b428d0f1b.zip
Merge from rustc
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