Files
rust/compiler
Matthias Krüger 6eed54a2c9 Rollup merge of #100652 - compiler-errors:no-defer-sized-checks, r=TaKO8Ki
Remove deferred sized checks (make them eager)

Improves diagnostics spans... this doesn't seem to be the case anymore:

```rust
// Some additional `Sized` obligations badly affect type inference.
// These obligations are added in a later stage of typeck.
pub(super) deferred_sized_obligations:
        RefCell<Vec<(Ty<'tcx>, Span, traits::ObligationCauseCode<'tcx>)>>,
```
2022-08-17 12:32:57 +02:00
..
2022-08-10 17:22:58 +02:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-08-15 15:57:55 +08:00
2022-06-03 17:16:41 -04:00
2022-08-01 08:53:04 +10:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-06-02 10:29:00 +00:00