File tree
6 files changed
+14
-19
lines changed- compiler/rustc_abi/src
- src/tools
- clippy/clippy_lints/src/transmute
- miri/tests/fail
- unaligned_pointers
- tests/mir-opt
6 files changed
+14
-19
lines changedDiff for: compiler/rustc_abi/src/layout.rs
+6-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
970 | 970 |
| |
971 | 971 |
| |
972 | 972 |
| |
973 |
| - | |
| 973 | + | |
974 | 974 |
| |
975 | 975 |
| |
976 | 976 |
| |
| |||
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 | 1009 |
| |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
1010 | 1013 |
| |
1011 | 1014 |
| |
1012 | 1015 |
| |
1013 | 1016 |
| |
1014 |
| - | |
1015 |
| - | |
1016 |
| - | |
| 1017 | + | |
| 1018 | + | |
1017 | 1019 |
| |
1018 | 1020 |
| |
1019 | 1021 |
| |
|
Diff for: compiler/rustc_abi/src/lib.rs
+4-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
149 | 143 |
| |
150 | 144 |
| |
151 | 145 |
| |
152 | 146 |
| |
153 | 147 |
| |
154 | 148 |
| |
155 |
| - | |
156 |
| - | |
| 149 | + | |
157 | 150 |
| |
158 | 151 |
| |
159 | 152 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
281 |
| - | |
| 281 | + | |
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Diff for: tests/mir-opt/const_allocation3.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments