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