rust/crates/ssr
bors[bot] a95c5e2121
Merge #5758
5758: SSR: Explicitly autoderef and ref placeholders as needed r=matklad a=davidlattimore

Structural search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code.

e.g. `$a.foo() ==>> bar($a)` might convert `x.foo()` to `bar(&mut x)`

Co-authored-by: David Lattimore <dml@google.com>
2020-08-18 10:52:27 +00:00
..
src Merge #5758 2020-08-18 10:52:27 +00:00
Cargo.toml SSR: A few small refactorings 2020-08-18 20:39:55 +10:00