rust/crates/ra_ssr
David Lattimore 3dac31fe80 SSR: Allow function calls to match method calls
This differs from how this used to work before I removed it in that:
a) It's only one direction. Function calls in the pattern can match
method calls in the code, but not the other way around.
b) We now check that the function call in the pattern resolves to the
same function as the method call in the code.

The lack of (b) was the reason I felt the need to remove the feature
before.
2020-07-24 21:34:00 +10:00
..
src SSR: Allow function calls to match method calls 2020-07-24 21:34:00 +10:00
Cargo.toml SSR: Use expect! in tests 2020-07-24 21:34:00 +10:00