diff options
| author | Jana Dönszelmann <jana@donsz.nl> | 2025-03-05 14:35:54 +0100 |
|---|---|---|
| committer | Jana Dönszelmann <jana@donsz.nl> | 2025-06-17 23:19:31 +0200 |
| commit | 672452d573e3f499a8edc4308400a6d116974938 (patch) | |
| tree | 0ea1d7e9f4949e268394b974c765221575e95732 /tests/ui/error-codes | |
| parent | ee976bbbcaf85390a00f03dedacd035e7e274e8e (diff) | |
| download | rust-672452d573e3f499a8edc4308400a6d116974938.tar.gz rust-672452d573e3f499a8edc4308400a6d116974938.zip | |
use consistent attr errors in all attribute parsers
Diffstat (limited to 'tests/ui/error-codes')
| -rw-r--r-- | tests/ui/error-codes/E0534.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0534.stderr b/tests/ui/error-codes/E0534.stderr index f63d80c220c..de97ef18b73 100644 --- a/tests/ui/error-codes/E0534.stderr +++ b/tests/ui/error-codes/E0534.stderr @@ -9,7 +9,7 @@ note: expected a single argument here | LL | #[inline()] | ^^ -help: the following are possible correct uses +help: try changing it to one of the following valid forms of the attribute | LL | #[inline(always|never)] | ++++++++++++ |
