mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
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:
commit
bfe82cda48
13 changed files with 163 additions and 103 deletions
|
@ -347,6 +347,7 @@ pub mod known {
|
|||
recursion_limit,
|
||||
feature,
|
||||
// known methods of lang items
|
||||
call_once,
|
||||
eq,
|
||||
ne,
|
||||
ge,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue