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-29 14:26:28 -03:00
2023-06-27 21:31:47 +00: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-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-27 23:23:33 +08:00
2023-06-28 18:28:46 +05:30
2023-06-29 05:48:39 +02: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-29 00:46:41 +00:00
2023-06-28 09:40:07 +00:00
2023-06-29 05:48:39 +02:00
2023-06-29 05:48:39 +02: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-30 08:01:14 +02:00
2023-06-27 22:10:15 +02:00
2023-06-30 00:35:19 +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-29 14:26:26 -03:00