Auto merge of #14036 - Veykril:write-method-resolution, r=Veykril

Record method resolution for remaining operator expressions

This allows goto def and future substituted hover to work for the concrete impls.
This commit is contained in:
bors 2023-02-01 10:23:33 +00:00
commit bfe82cda48
13 changed files with 163 additions and 103 deletions

View file

@ -347,6 +347,7 @@ pub mod known {
recursion_limit,
feature,
// known methods of lang items
call_once,
eq,
ne,
ge,