mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Refactor & improve handling of overloaded binary operators
Fixes #9971. Also records them as method resolutions, which we could use later.
This commit is contained in:
parent
c8fd4fd410
commit
424dda8113
11 changed files with 317 additions and 261 deletions
|
@ -15,7 +15,6 @@ mod infer;
|
|||
mod interner;
|
||||
mod lower;
|
||||
mod mapping;
|
||||
mod op;
|
||||
mod tls;
|
||||
mod utils;
|
||||
mod walk;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue