Files
rust/compiler
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
..
2025-01-29 15:45:13 +00:00
2025-01-07 14:30:02 +02:00
2025-01-29 09:48:08 +01:00
2025-01-30 17:47:44 +01:00
2025-01-30 17:47:44 +01:00