Matthias Krüger
c67006e139
Rollup merge of #156797 - ariagivens:suggest-quotes, r=JonathanBrouwer
...
Suggest adding quotation marks to identifiers in attributes
When the user provides an identifier when a literal was expected in an attribute value, suggest adding quotation marks to the identifier to make it a string literal.
For instance:
```
error: attribute value must be a literal
--> $DIR/crate-type-non-crate.rs:9:16
|
LL | #[crate_type = lib]
| ^^^ help: try adding quotation marks: `"lib"`
```
2026-05-28 07:53:36 +02:00
..
2026-05-15 04:34:51 +02:00
2026-04-15 20:03:07 +10:00
2026-05-22 19:40:23 +09:00
2026-05-08 14:10:56 +02:00
2026-05-26 08:06:36 +03:00
2026-05-22 19:40:22 +09:00
2026-05-24 17:34:01 +09:00
2026-05-28 07:53:36 +02:00
2026-05-04 16:28:58 +00:00
2026-05-22 16:21:27 +02:00
2026-05-24 18:59:08 +02:00
2026-05-27 13:59:25 +02:00
2026-05-27 13:59:25 +02:00
2026-05-27 20:45:14 +02:00
2026-05-27 20:45:10 +02:00
2026-05-28 07:53:35 +02:00
2026-05-13 08:47:29 +02:00
2026-05-18 14:12:34 +00:00
2026-05-24 17:36:25 +05:30
2026-05-20 11:44:04 +02:00
2026-05-04 16:28:58 +00:00
2026-05-08 15:10:33 +10:00
2026-05-24 16:39:41 +02:00
2026-05-22 19:40:22 +09:00
2026-05-26 13:42:16 +02:00
2026-05-28 07:53:35 +02:00
2026-05-08 15:10:33 +10:00
2026-05-07 22:23:36 +09:00
2026-05-27 08:14:24 +02:00
2026-05-18 10:41:15 +03:00
2026-05-19 20:02:33 +00:00
2026-05-08 15:10:33 +10:00
2026-05-11 21:32:42 +02:00
2026-05-27 20:45:10 +02:00
2026-03-04 06:10:42 +00:00
2026-05-25 13:57:41 +02:00
2026-05-25 13:57:41 +02:00
2026-05-11 16:28:51 -04:00
2026-02-24 12:03:17 +01:00
2026-05-08 15:22:40 +10:00
2026-05-14 16:28:50 +10:00
2026-05-27 20:45:12 +02:00
2026-05-21 17:31:01 +02:00
2026-05-17 01:27:37 +00:00
2026-05-27 20:45:13 +02:00
2026-05-24 12:19:59 +00:00
2026-05-26 16:39:09 +02:00
2026-05-26 21:35:25 +08:00
2026-05-27 08:14:25 +02:00
2026-05-17 15:52:37 +02:00
2026-05-14 16:28:50 +10:00
2026-05-22 12:36:19 +03:00
2026-05-15 04:34:51 +02:00
2026-05-05 12:36:39 +02:00
2026-05-07 02:06:18 +02:00
2026-05-24 16:39:41 +02:00
2026-05-12 21:58:50 +02:00
2026-04-08 21:09:07 +02:00
2026-05-27 13:59:25 +02:00
2026-05-28 07:53:35 +02:00
2026-05-08 15:22:40 +10:00
2026-05-22 16:21:26 +02:00
2026-05-05 12:39:51 +03:00
2026-05-27 08:14:28 +02:00
2026-05-12 20:45:13 +02:00
2026-05-17 01:27:37 +00:00
2026-05-17 15:52:34 +02:00
2026-05-14 04:48:44 +00:00
2026-04-30 16:53:10 +10:00