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
..
2020-08-12 16:22:05 +02:00
2020-08-17 14:30:24 +00:00
2020-08-13 17:58:27 +02:00
2020-08-13 10:36:04 +02:00
2020-08-13 17:58:27 +02:00
2020-08-13 17:58:27 +02:00
2020-08-15 18:50:41 +02:00
2020-08-15 18:22:16 +02:00
2020-08-15 16:37:44 -04:00
2020-08-13 17:58:27 +02:00
2020-08-13 10:36:04 +02:00
2020-08-13 18:50:21 +02:00
2020-08-13 17:58:27 +02:00
2020-08-12 16:35:29 +02:00
2020-08-13 16:29:33 +02:00
2020-08-18 11:07:21 +02:00
2020-08-18 10:52:27 +00:00
2020-08-13 17:58:27 +02:00
2020-08-17 14:30:24 +00:00
2020-08-13 17:58:27 +02:00
2020-08-12 16:46:54 +02:00
2020-08-14 02:03:54 +02:00
2020-08-13 17:58:27 +02:00