Jacob Pratt
1e6df58e77
Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco
...
mention lint group in default level lint note
### Summary
This PR updates lint diagnostics so that default-level notes now mention the lint group they belong to, if any.
Fixes : rust-lang/rust#65464 .
### Example
```rust
fn main() {
let x = 5;
}
```
Before:
```
= note: `#[warn(unused_variables)]` on by default
```
After:
```
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
```
### Unchanged Cases
Messages remain the same when the lint level is explicitly set, e.g.:
* Attribute on the lint `#[warn(unused_variables)]`:
```
note: the lint level is defined here
LL | #[warn(unused_variables)]
| ^^^^^^^^^^^^^^^^
```
* Attribute on the group `#[warn(unused)]:`:
```
= note: `#[warn(unused_variables)]` implied by `#[warn(unused)]`
```
* CLI option `-W unused`:
```
= note: `-W unused-variables` implied by `-W unused`
= help: to override `-W unused` add `#[allow(unused_variables)]`
```
* CLI option `-W unused-variables`:
```
= note: requested on the command line with `-W unused-variables`
```
2025-08-20 00:45:53 -04:00
..
2025-08-14 03:39:32 +02:00
2025-06-16 23:04:33 +00:00
2025-08-14 18:18:42 +02:00
2024-11-27 07:18:25 -08:00
2025-05-03 17:22:52 +02:00
2025-08-14 18:18:42 +02:00
2025-08-11 17:02:32 +00:00
2025-05-12 16:35:09 +02:00
2025-04-17 06:25:15 +02:00
2025-06-18 12:37:08 +02:00
2024-08-16 09:07:55 +10:00
2025-06-08 11:25:09 +05:00
2025-06-08 11:25:09 +05:00
2025-04-03 11:08:55 +03:00
2025-04-03 11:08:55 +03:00
2024-11-26 02:50:48 +08:00
2024-11-26 02:50:48 +08:00
2024-11-26 02:50:48 +08:00
2024-12-17 19:22:21 +08:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-07-11 17:02:57 +02:00
2025-07-11 17:02:57 +02:00
2025-08-06 21:38:00 +02:00
2025-08-06 21:38:00 +02:00
2024-08-06 06:12:10 +00:00
2025-01-24 01:19:50 +00:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-06-08 01:14:05 +05:00
2025-03-25 16:14:27 +11:00
2025-03-25 16:14:27 +11:00
2025-02-15 16:47:30 +01:00
2025-08-11 16:00:49 +00:00
2025-06-08 11:25:09 +05:00
2025-06-08 11:25:09 +05:00
2025-02-15 03:41:07 +01:00
2025-08-11 16:00:49 +00:00
2025-02-15 03:41:07 +01:00
2025-08-11 16:00:49 +00:00
2025-02-15 03:41:07 +01:00
2025-08-11 16:00:49 +00:00
2025-06-26 15:20:42 -07:00
2025-06-26 15:20:42 -07:00
2025-02-25 18:17:32 +01:00
2025-02-25 18:17:32 +01:00
2025-02-25 18:17:32 +01:00
2025-02-25 18:17:32 +01:00
2025-06-08 11:25:09 +05:00
2025-06-08 11:25:09 +05:00
2025-02-28 09:43:46 +01:00
2025-04-02 06:21:18 +11:00
2024-12-27 19:58:16 +11:00
2024-12-12 23:36:27 +00:00
2024-12-27 19:58:16 +11:00
2025-06-16 23:04:36 +00:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-06-20 15:06:29 +02:00
2025-06-20 15:06:29 +02:00
2024-12-27 19:58:16 +11:00
2025-03-14 19:50:03 +00:00
2025-01-24 01:19:50 +00:00
2025-07-19 01:42:30 +08:00
2025-07-19 01:42:30 +08:00
2025-08-14 03:39:32 +02:00
2025-06-02 16:30:21 +08:00
2025-06-02 16:30:21 +08:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-06-28 16:24:17 +05:00
2025-04-02 06:21:18 +11:00
2025-06-29 15:37:33 +05:00
2025-04-17 09:50:52 +10:00
2025-04-17 09:50:52 +10:00
2025-08-17 13:01:02 -04:00
2025-08-17 13:01:02 -04:00
2025-08-11 17:02:32 +00:00
2025-08-11 17:02:32 +00:00
2025-06-18 12:37:08 +02:00
2025-06-18 12:37:08 +02:00
2025-04-05 06:09:14 +09:00
2025-08-11 16:00:49 +00:00
2025-04-08 23:06:31 +03:00
2024-07-12 03:02:57 +00:00
2025-02-24 14:31:19 +01:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-08-05 15:28:49 +03:00
2025-08-19 21:27:10 +02:00
2025-01-07 16:04:14 +01:00
2025-02-10 20:21:39 +00:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-08-16 10:51:09 +02:00
2025-08-19 21:27:10 +02:00
2025-08-18 08:45:28 +00:00
2025-08-19 21:27:10 +02:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-06-22 14:51:58 +02:00
2025-06-22 14:51:58 +02:00
2025-07-06 22:07:09 +02:00
2025-08-16 10:51:09 +02:00
2024-08-18 20:32:00 +03:00
2024-08-18 20:32:00 +03:00
2024-11-26 02:50:48 +08:00
2025-06-26 08:50:42 +02:00
2025-06-26 08:50:42 +02:00
2025-06-26 08:50:42 +02:00
2025-06-26 08:50:42 +02:00
2025-06-26 08:50:42 +02:00
2025-06-26 08:50:42 +02:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-04-02 06:20:35 +11:00
2025-04-02 06:20:35 +11:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-03-15 10:52:07 -06:00
2025-07-05 01:54:04 +05:00
2025-02-24 14:31:19 +01:00
2025-02-24 14:31:19 +01:00
2024-10-02 23:19:26 -05:00
2025-08-07 21:18:00 +00:00
2025-08-19 09:03:54 +02:00
2025-08-14 18:18:42 +02:00
2024-08-24 23:05:37 +03:00
2024-08-24 23:05:37 +03:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-05-21 00:47:36 +08:00
2025-05-21 00:47:36 +08:00
2025-06-02 16:30:21 +08:00
2025-02-24 04:04:59 +01:00
2025-02-24 04:04:59 +01:00
2025-06-27 08:58:26 +02:00
2025-06-27 08:58:26 +02:00
2025-06-27 08:58:26 +02:00
2025-08-11 16:00:49 +00:00
2024-11-26 02:50:48 +08:00