rust/compiler/rustc_trait_selection/src
Matthias Krüger 3cd89f2718
Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr
Use `Binder<Vec<Ty>>` instead of `Vec<Binder<Ty>>` in both solvers for sized/auto traits/etc.

It's more conceptually justified IMO, especially when binders get implications.

r? lcnr
2025-03-01 05:49:53 +01:00
..
error_reporting Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errors 2025-03-01 05:49:51 +01:00
errors Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
solve normalizing where-clauses is also coinductive, add tests 2025-02-28 12:16:47 +01:00
traits Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr 2025-03-01 05:49:53 +01:00
errors.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
infer.rs Suggest Semicolon in Incorrect Repeat Expressions 2024-12-21 02:30:50 +00:00
lib.rs stabilize extract_if 2025-02-23 21:11:12 +07:00
regions.rs Move param env bound deep normalization to OutlivesEnvironment building 2025-01-28 19:11:05 +00:00
solve.rs impossible obligations check fast path 2024-10-10 06:09:50 -04:00