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