Files
rust/tests/ui/suggestions
Matthias Krüger dc4d38740e Rollup merge of #136414 - estebank:expected-return-type, r=oli-obk
Shorten error message for callable with wrong return type

```
error: expected `{closure@...}` to return `Ret`, but it returns `Other`
```
instead of
```
error: expected `{closure@...}` to be a closure that returns `Ret`, but it returns `Other`
```
2025-02-02 23:06:55 +01:00
..
2024-06-30 07:12:26 -04:00
2024-06-21 19:00:18 -04:00
2024-02-07 10:42:01 +08:00
2024-02-04 11:34:10 +08:00
2023-05-19 20:58:06 +02:00
2023-05-19 20:58:06 +02:00
2023-08-15 10:58:33 +00:00
2023-05-01 16:15:13 +08:00
2024-05-25 09:37:08 +02:00
2024-05-25 09:37:08 +02:00
2024-02-07 10:42:01 +08:00
2024-03-13 23:05:17 +00:00
2023-11-20 23:44:37 +00:00
2023-05-01 16:15:13 +08:00