Esteban Küber
3fce086d79
Make E0621 missing lifetime suggestion verbose
```
error[E0621]: explicit lifetime required in the type of `x`
--> $DIR/42701_one_named_and_one_anonymous.rs:10:9
|
LL | &*x
| ^^^ lifetime `'a` required
|
help: add explicit lifetime `'a` to the type of `x`
|
LL | fn foo2<'a>(a: &'a Foo, x: &'a i32) -> &'a i32 {
| ++
```
2025-06-09 19:55:00 +00:00
..
2025-02-10 20:21:39 +00:00
2025-05-21 20:02:29 +00:00
2025-03-31 21:10:56 +00:00
2025-04-10 09:56:37 +02:00
2025-04-10 09:56:37 +02:00
2025-05-05 14:27:09 +00:00
2025-01-27 23:44:47 +01:00
2025-01-27 23:44:47 +01:00
2025-03-14 22:35:06 +00:00
2025-03-14 22:35:06 +00:00
2025-03-14 22:35:06 +00:00
2025-02-02 01:00:33 +00:00
2025-04-23 15:09:25 +00:00
2025-04-23 15:09:25 +00:00
2025-04-26 01:42:52 +00:00
2025-04-26 01:42:52 +00:00
2025-03-03 04:09:43 +00:00
2025-03-03 04:09:43 +00:00
2025-01-26 18:27:58 +00:00
2025-01-26 18:27:58 +00:00
2025-01-26 18:27:58 +00:00
2025-01-26 18:27:58 +00:00
2025-05-26 12:19:34 +00:00
2025-06-09 19:55:00 +00:00