diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-03-13 15:20:11 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-03-13 15:20:11 +0800 |
| commit | 7bde17630561c8df94676cb6950b27c648de0e54 (patch) | |
| tree | 36f02f05011b3474033443ffd46313083c1da9f7 /tests/ui/patchable-function-entry | |
| parent | d4c5e752c51e61f9a34188d214d15647d7653dca (diff) | |
| parent | 8536f201ffdb2c24925d7f9e87996d7dca93428b (diff) | |
| download | rust-7bde17630561c8df94676cb6950b27c648de0e54.tar.gz rust-7bde17630561c8df94676cb6950b27c648de0e54.zip | |
Merge from rustc
Diffstat (limited to 'tests/ui/patchable-function-entry')
| -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 |
