Commit a805a2a
committed
Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petrochenkov
Include parens to type parameter
The motivation of this PR is to fix a bug in rustfmt (cc rust-lang/rustfmt#2630).File tree
3 files changed
+19
-18
lines changed- src
- libsyntax/parse
- test/ui
3 files changed
+19
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4746 | 4746 | | |
4747 | 4747 | | |
4748 | 4748 | | |
| 4749 | + | |
4749 | 4750 | | |
4750 | 4751 | | |
4751 | 4752 | | |
| |||
4754 | 4755 | | |
4755 | 4756 | | |
4756 | 4757 | | |
| 4758 | + | |
| 4759 | + | |
| 4760 | + | |
| 4761 | + | |
| 4762 | + | |
4757 | 4763 | | |
4758 | | - | |
4759 | 4764 | | |
4760 | 4765 | | |
| 4766 | + | |
| 4767 | + | |
| 4768 | + | |
4761 | 4769 | | |
4762 | 4770 | | |
4763 | 4771 | | |
| |||
4766 | 4774 | | |
4767 | 4775 | | |
4768 | 4776 | | |
4769 | | - | |
4770 | | - | |
4771 | | - | |
4772 | | - | |
4773 | | - | |
4774 | | - | |
4775 | | - | |
4776 | 4777 | | |
4777 | 4778 | | |
4778 | 4779 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
0 commit comments