diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-03-10 09:32:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 09:32:11 +0100 |
| commit | c8194f1da384b516a7bcaabd31c53c187cdf26cd (patch) | |
| tree | a01777a5292b1b9c240cb3f3ae4a9d839c54431b /tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr | |
| parent | 7c957ce002bee26878a6e37d68b7a5d878470f34 (diff) | |
| parent | f0dec714f3b6b6feaa5a0f40685e1e520636dff5 (diff) | |
| download | rust-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.stderr | 2 |
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 |
