rust/compiler/rustc_trait_selection/src
kadmin 21c5ffe008 Clean up
Simplify match statement

Add multiple tests
- 1 test for checking `N + 1 + 1` does not unify with `N+1`
- 2 tests for checking that a function that uses two parameters only returns the parameter that
  is actually used.
- Check exact repeat predicates
2023-01-09 08:41:21 +00:00
..
solve has_overflow only if value is *not* within limit 2023-01-03 01:09:08 +00:00
traits Clean up 2023-01-09 08:41:21 +00:00
autoderef.rs partially_normalize_... -> At::normalize 2022-11-28 17:35:39 +00:00
errors.rs Don't print full paths in overlap errors 2022-11-10 05:41:09 +00:00
infer.rs partially_normalize_... -> At::normalize 2022-11-28 17:35:39 +00:00
lib.rs implement the skeleton of the updated trait solver 2022-12-19 16:46:17 +00:00