Files
rust/compiler/rustc_middle/src
bors 83a28ef095 Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU
Some `compare_method` tweaks

1. Make some of the comparison functions' names more regular
2. Reduce pub scope of some of the things in `compare_method`
~3. Remove some unnecessary opaque type handling code -- `InferCtxt` already is in a mode that doesn't define opaque types~
  * moved to a different PR
4. Bubble up `ErrorGuaranteed` for region constraint errors in `compare_method` - Improves a redundant error message in one unit test.
5. Move the `compare_method` module to have a more general name, since it's more like `compare_impl_item` :)
6. Rename `collect_trait_impl_trait_tys`
2022-12-28 13:07:30 +00:00
..
2022-12-20 22:10:40 +01:00
2022-12-28 04:18:37 +00:00
2022-09-02 07:26:22 +10:00
2022-04-05 07:01:00 +01:00
2022-12-16 10:02:51 +00:00
2022-11-21 15:24:50 +01:00
2022-11-06 11:22:29 -05:00
2022-12-18 21:47:28 +01:00
2022-12-23 18:39:49 +05:30