There's an existing fast path for the `type_op_prove_predicate` predicate, checking for trivially `Sized` types, which can be re-used when evaluating obligations within queries. This should improve performance, particularly in anticipation of new sizedness traits being added which can take advantage of this. |
||
|---|---|---|
| .. | ||
| codegen.rs | ||
| dropck_outlives.rs | ||
| evaluate_obligation.rs | ||
| implied_outlives_bounds.rs | ||
| lib.rs | ||
| normalize_erasing_regions.rs | ||
| normalize_projection_ty.rs | ||
| type_op.rs | ||