Matthias Krüger 888fe709e6
Rollup merge of #121105 - compiler-errors:no-const-ty-overflow, r=oli-obk
Do not report overflow errors on ConstArgHasType goals

This is 10% of a fix for #121090, since it at least means that we no longer mention the `ConstArgHasType` goal as the cause for the overflow. Instead, now we mention:
```
overflow evaluating the requirement `{closure@$DIR/overflow-during-mono.rs:13:41: 13:44}: Sized`
```
which is not much better, but slightly.

r? oli-obk
2024-02-15 09:20:21 +01:00
..
2024-02-09 15:43:08 -03:00
2024-02-09 15:43:08 -03:00
2024-02-13 18:08:25 -03:00
2024-02-13 18:08:25 -03:00
2024-02-09 15:43:08 -03:00
2024-02-12 18:09:39 +09:00
2024-02-08 19:56:30 -05:00
2024-02-09 15:43:08 -03:00
2024-02-10 16:13:48 +01:00