rust/tests/ui/error-codes
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-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-01-30 20:12:19 +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-11 14:40:02 -08:00
2023-06-29 16:24:07 +03: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-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-05-05 21:42:54 +01:00
2023-01-23 20:38:14 +13:00
2023-01-23 20:38:14 +13:00