about summary refs log tree commit diff
path: root/tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-10 09:32:11 +0100
committerGitHub <noreply@github.com>2025-03-10 09:32:11 +0100
commitc8194f1da384b516a7bcaabd31c53c187cdf26cd (patch)
treea01777a5292b1b9c240cb3f3ae4a9d839c54431b /tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr
parent7c957ce002bee26878a6e37d68b7a5d878470f34 (diff)
parentf0dec714f3b6b6feaa5a0f40685e1e520636dff5 (diff)
downloadrust-c8194f1da384b516a7bcaabd31c53c187cdf26cd.tar.gz
rust-c8194f1da384b516a7bcaabd31c53c187cdf26cd.zip
Rollup merge of #137279 - estebank:codegen-structured-errors, r=nnethercote
Make some invalid codegen attr errors structured/translatable
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