Matthias Krüger
207b24413c
Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors
...
Use structured suggestion when telling user about `for<'a>`
```
error[E0637]: `&` without an explicit lifetime name cannot be used here
--> $DIR/E0637.rs:13:13
|
LL | T: Into<&u32>,
| ^ explicit lifetime name needed here
|
help: consider introducing a higher-ranked lifetime here
|
LL | T: for<'a> Into<&'a u32>,
| +++++++ ++
```
2023-06-30 08:01:14 +02:00
..
2023-06-13 22:34:59 +00:00
2023-06-15 17:59:13 +08:00
2023-06-19 12:54:34 +00:00
2023-06-29 14:26:28 -03:00
2023-06-27 21:31:47 +00:00
2023-06-19 12:54:34 +00:00
2023-05-25 23:49:35 +00:00
2023-05-02 10:45:16 -07:00
2023-06-30 08:01:12 +02:00
2023-06-28 10:52:48 +08:00
2023-06-30 00:35:19 +00:00
2023-06-22 02:11:08 +00:00
2023-06-30 03:27:42 +00:00
2023-06-29 16:36:30 +02:00
2023-06-28 07:59:36 -04:00
2023-06-29 11:45:52 +10:00
2023-06-05 16:01:09 +02:00
2023-06-27 23:23:33 +08:00
2023-06-01 18:21:42 +00:00
2023-06-01 14:45:18 +00:00
2023-06-14 09:28:54 +02:00
2023-06-28 18:28:46 +05:30
2023-06-29 05:48:39 +02:00
2023-05-26 10:44:18 +00:00
2023-05-07 00:12:29 +03:00
2023-06-29 14:26:26 -03:00
2023-06-30 08:01:14 +02:00
2023-06-26 08:56:32 +00:00
2023-06-27 22:10:15 +02:00
2023-06-11 22:45:04 -04:00
2023-05-25 00:33:43 +00:00
2023-06-29 00:46:41 +00:00
2023-06-28 09:40:07 +00:00
2023-05-15 18:33:12 +10:00
2023-06-29 05:48:39 +02:00
2023-06-29 05:48:39 +02:00
2023-05-26 15:18:54 -04:00
2023-06-28 03:47:02 +00:00
2023-06-29 16:37:13 +00:00
2023-06-29 05:48:39 +02:00
2023-06-28 01:55:32 -04:00
2023-06-27 11:35:32 +02:00
2023-06-30 00:35:19 +00:00
2023-06-26 09:14:45 +10:00
2023-06-27 21:31:47 +00:00
2023-06-28 03:47:02 +00:00
2023-06-29 16:24:07 +03:00
2023-06-27 16:12:07 +02:00
2023-06-08 12:36:18 +02:00
2023-06-30 08:01:14 +02:00
2023-05-15 08:59:11 +10:00
2023-06-27 22:10:15 +02:00
2023-06-19 17:53:33 -07:00
2023-06-30 00:35:19 +00:00
2023-06-16 19:39:48 +00:00
2023-06-26 11:58:43 +02:00
2023-06-29 15:37:11 +00:00
2023-06-27 21:36:15 +00:00
2023-06-12 16:56:21 -07:00
2023-06-29 14:26:26 -03:00
2023-06-16 19:39:48 +00:00