File tree
4 files changed
+28
-8
lines changed- compiler
- rustc_middle/src/ty
- rustc_privacy/src
- rustc_trait_selection/src/traits
- src/test/ui/impl-trait/in-trait
4 files changed
+28
-8
lines changedDiff for: compiler/rustc_middle/src/ty/sty.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1160 | 1160 |
| |
1161 | 1161 |
| |
1162 | 1162 |
| |
| 1163 | + | |
1163 | 1164 |
| |
1164 | 1165 |
| |
1165 | 1166 |
| |
|
Diff for: compiler/rustc_privacy/src/lib.rs
+14-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
126 |
| - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
127 | 139 |
| |
128 | 140 |
| |
129 | 141 |
| |
|
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1325 | 1325 |
| |
1326 | 1326 |
| |
1327 | 1327 |
| |
1328 |
| - | |
| 1328 | + | |
1329 | 1329 |
| |
1330 |
| - | |
| 1330 | + | |
1331 | 1331 |
| |
| 1332 | + | |
1332 | 1333 |
| |
1333 | 1334 |
| |
1334 | 1335 |
| |
|
+10-4
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 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + |
0 commit comments