diff options
| author | bors <bors@rust-lang.org> | 2025-03-11 00:55:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-03-11 00:55:25 +0000 |
| commit | 90384941aae4ea38de00e4702b50757e9b882a19 (patch) | |
| tree | 436863997c6ad22b1d63c8355d8506fe3cd79f83 /tests/ui/patchable-function-entry/patchable-function-entry-attribute.stderr | |
| parent | 9fb94b32df38073bf63d009df77ed10cb1c989d0 (diff) | |
| parent | 49ca431c6cf6fa6d7241db1d828a92cede4a69db (diff) | |
| download | rust-90384941aae4ea38de00e4702b50757e9b882a19.tar.gz rust-90384941aae4ea38de00e4702b50757e9b882a19.zip | |
Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #136395 (Update to rand 0.9.0) - #137279 (Make some invalid codegen attr errors structured/translatable) - #137585 (Update documentation to consistently use 'm' in atomic synchronization example) - #137926 (Add a test for `-znostart-stop-gc` usage with LLD) - #138074 (Support `File::seek` for Hermit) - #138238 (Fix dyn -> param suggestion in struct ICEs) - #138270 (chore: Fix some comments) - #138286 (triagebot.toml: Don't label `test/rustdoc-json` as A-rustdoc-search (…) r? `@ghost` `@rustbot` modify labels: rollup
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 |
