bors[bot] 9042009b7f
Merge #5567
5567: SSR: Wrap placeholder expansions in parenthesis when necessary r=matklad a=davidlattimore

e.g. `foo($a) ==> $a.to_string()` should produce `(1 + 2).to_string()` not `1 + 2.to_string()`

We don't yet try to determine if the whole replacement needs to be wrapped in parenthesis. That's harder and I think perhaps less often an issue.

Co-authored-by: David Lattimore <dml@google.com>
2020-07-30 11:36:50 +00:00
..
2020-07-30 11:58:41 +02:00
2020-07-23 16:53:12 +02:00
2020-07-21 17:17:21 +02:00
2020-07-24 16:30:12 +02:00
2020-07-30 12:33:05 +02:00
2020-07-30 00:23:03 +02:00
2020-07-24 20:18:01 +00:00
2020-07-30 11:50:56 +02:00
2020-07-30 11:58:41 +02:00
2020-07-30 12:31:07 +02:00
2020-07-30 10:43:47 +02:00
2020-07-30 12:33:05 +02:00
2020-07-30 12:04:01 +02:00
2020-07-14 14:58:10 +02:00
2020-07-26 11:05:28 +02:00
2020-07-18 16:40:10 +02:00