rust/compiler
bors ce3f3a5ffa Auto merge of #90329 - nbdd0121:typeck, r=nagisa
Try all stable method candidates first before trying unstable ones

Currently we try methods in this order in each step:
* Stable by value
* Unstable by value
* Stable autoref
* Unstable autoref
* ...

This PR changes it to first try pick methods without any unstable candidates, and if none is found, try again to pick unstable ones.

Fix #90320
CC #88971, hopefully would allow us to rename the "unstable_*" methods for integer impls back.

`@rustbot` label T-compiler T-libs-api
2021-11-19 03:00:46 +00:00
..
2021-11-15 18:33:43 +11:00
2021-10-16 13:36:05 -07:00
2021-11-15 10:14:29 +01:00
2021-11-07 16:59:05 +01:00
2021-11-16 08:06:31 +00:00