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-19 21:27:10 +02:00
2025-06-30 08:06:08 +00:00
2025-08-17 13:01:02 -04:00
2025-08-19 21:27:10 +02:00
2025-08-19 21:27:10 +02:00
2025-07-18 03:13:21 +02:00
2025-08-19 21:27:10 +02:00
2025-07-05 17:47:28 +00:00
2025-01-09 17:32:29 +00:00
2025-08-04 17:20:07 +00:00
2025-07-07 16:47:15 +08:00
2025-08-17 13:37:32 -05:00
2025-03-04 18:04:07 +00:00
2025-08-14 15:32:50 +02:00
2025-07-04 18:26:09 +00:00
2025-06-03 18:08:15 +02:00
2025-04-03 11:08:55 +03:00
2025-08-19 21:27:10 +02:00
2025-04-23 18:04:25 +00:00
2025-07-18 12:13:19 +02:00
2025-04-15 15:47:30 +10:00
2024-12-07 21:37:13 +00:00
2025-01-15 01:26:24 +00:00
2025-07-25 20:38:54 +05:00
2025-06-16 23:04:35 +00:00
2025-06-16 23:04:35 +00:00
2025-06-04 17:48:50 +05:00
2025-01-06 16:08:29 -08:00
2025-06-28 16:24:17 +05:00
2025-06-30 08:45:43 +00:00
2024-12-07 21:26:20 +00:00
2024-12-07 21:37:15 +00:00
2025-04-08 23:06:31 +03:00
2025-07-05 00:50:51 +05:00
2025-07-05 00:50:51 +05:00
2025-06-04 17:48:50 +05:00
2025-06-30 08:45:43 +00:00
2025-06-30 08:45:43 +00:00
2025-06-08 11:25:09 +05:00
2025-08-17 13:01:02 -04:00
2025-07-31 21:25:49 +05:00
2024-12-20 16:57:14 +01:00
2024-12-20 16:57:14 +01:00
2024-12-20 16:57:14 +01:00
2025-06-29 15:37:33 +05:00
2025-06-29 15:37:33 +05:00
2025-02-10 20:21:39 +00:00
2025-04-09 08:56:04 +02:00
2025-04-09 08:56:04 +02:00
2025-04-05 19:34:04 +00:00
2025-07-24 17:01:44 -04:00
2025-07-24 17:01:44 -04:00
2025-07-01 08:56:20 +02:00
2025-06-29 15:37:33 +05:00
2025-06-30 11:50:19 +05:00
2025-06-30 11:50:19 +05:00
2025-06-30 11:50:19 +05:00
2025-06-30 11:50:19 +05:00
2025-07-05 01:54:04 +05:00
2025-06-28 20:48:58 +00:00
2025-06-28 20:48:58 +00:00
2025-08-09 16:27:20 +05:00
2025-07-31 21:25:49 +05:00
2025-01-31 20:39:01 +00:00
2025-07-01 08:56:20 +02:00
2025-08-19 21:27:10 +02:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-08-19 21:27:10 +02:00
2025-02-15 12:18:30 +08:00
2025-08-05 19:34:46 +05:00
2025-08-19 21:27:10 +02:00
2025-03-13 21:17:46 +00:00
2025-03-13 21:17:46 +00:00
2025-03-13 21:17:46 +00:00
2025-08-09 16:27:20 +05:00
2025-08-19 21:27:10 +02:00
2025-05-26 10:57:54 +00:00
2025-05-27 08:18:11 +00:00
2024-12-07 21:26:20 +00:00
2025-01-22 09:20:57 -08:00
2025-02-10 20:21:39 +00:00
2025-02-20 13:39:39 +00:00
2025-02-20 13:39:39 +00:00
2025-02-10 20:21:39 +00:00
2025-08-19 21:27:10 +02:00
2025-01-22 09:20:57 -08:00
2025-01-26 21:20:31 +01:00
2025-05-26 10:57:54 +00:00
2025-05-27 08:18:11 +00:00
2024-12-07 21:29:58 +00:00
2025-03-14 19:50:03 +00:00
2025-02-03 12:54:53 -05:00
2025-03-14 19:50:03 +00:00
2025-01-22 09:20:57 -08:00
2025-01-26 21:20:31 +01:00
2025-02-03 10:39:32 -05:00
2025-02-10 20:21:39 +00:00
2025-06-30 08:06:08 +00:00
2025-03-14 19:50:03 +00:00
2025-04-10 09:56:37 +02:00
2025-06-30 08:06:08 +00:00
2025-08-07 21:18:00 +00:00
2025-08-07 21:18:00 +00:00
2025-06-30 08:45:43 +00:00
2025-04-08 23:06:31 +03:00
2025-03-14 19:50:03 +00:00
2025-06-05 09:19:31 +02:00
2025-05-27 08:18:11 +00:00
2025-03-13 21:17:46 +00:00
2025-06-16 23:04:36 +00:00
2025-06-16 23:04:36 +00:00
2025-06-16 23:04:36 +00:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-06-30 20:36:16 +02:00
2025-08-19 21:27:10 +02:00
2025-01-11 19:22:06 +00:00
2025-01-22 09:20:57 -08:00
2025-02-10 20:21:39 +00:00
2025-08-19 21:27:10 +02:00
2025-07-07 16:47:15 +08:00
2025-08-19 21:27:10 +02:00
2025-08-17 13:01:02 -04:00
2025-03-31 23:58:17 +02:00
2025-07-25 20:38:54 +05:00
2025-07-25 20:38:54 +05:00
2025-02-10 20:21:39 +00:00
2025-03-04 00:21:02 +08:00
2025-06-22 10:58:25 +02:00
2025-06-27 05:34:08 +00:00
2025-06-27 05:34:08 +00:00
2025-07-05 03:46:08 +05:00
2025-07-05 03:46:08 +05:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-08-17 13:01:02 -04:00
2025-02-18 17:34:16 +00:00
2025-02-18 17:34:16 +00:00
2025-06-30 11:50:19 +05:00
2025-06-30 11:50:19 +05:00
2025-07-16 12:35:44 +00:00
2025-07-16 12:35:44 +00:00
2025-08-11 16:58:21 -05:00
2025-08-17 13:01:02 -04:00
2025-06-24 18:59:42 +00:00
2025-06-05 09:19:31 +02:00
2025-06-30 11:50:19 +05:00
2025-06-30 11:50:19 +05:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-05-07 17:32:59 +08:00
2025-06-22 10:58:25 +02:00
2025-08-11 16:58:21 -05:00
2025-05-26 10:57:54 +00:00
2025-05-27 08:18:11 +00:00
2025-07-24 17:01:44 -04:00
2025-08-05 19:34:46 +05:00
2025-08-05 19:34:46 +05:00
2025-06-04 19:32:06 +05:00
2025-06-04 19:32:06 +05:00
2025-08-04 16:43:53 -04:00
2025-08-04 16:43:53 -04:00
2025-05-02 15:53:51 +09:00
2025-05-02 15:53:51 +09:00
2025-08-17 13:01:02 -04:00
2025-07-24 17:01:44 -04:00
2025-07-24 17:01:44 -04:00
2025-07-13 00:03:31 +05:00
2025-07-13 00:03:31 +05:00
2025-06-23 18:53:56 +05:00
2025-06-23 18:53:56 +05:00
2025-01-06 16:12:04 -08:00
2025-01-06 16:12:04 -08:00
2025-07-05 01:25:48 +05:00
2025-07-05 01:25:48 +05:00
2025-07-05 01:25:48 +05:00
2025-02-25 08:06:30 +00:00
2025-02-25 08:06:30 +00:00
2025-04-09 20:26:58 +00:00
2025-04-09 20:26:58 +00:00
2025-04-09 20:26:58 +00:00
2025-04-09 20:31:58 +00:00
2025-04-09 20:31:58 +00:00
2025-04-09 20:26:57 +00:00
2025-04-09 20:26:57 +00:00
2025-04-09 20:26:57 +00:00
2025-07-13 00:03:31 +05:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-02-10 21:53:05 +00:00
2025-02-10 21:53:05 +00:00
2025-08-19 21:27:10 +02:00
2025-02-06 23:44:23 +01:00
2025-02-06 23:44:23 +01:00
2025-02-06 23:44:23 +01:00
2025-07-10 18:50:35 +05:00
2025-08-07 21:39:00 +00:00
2025-02-10 20:21:39 +00:00