-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit e245570
committed
Add rust-invalid ABI
1 parent 36b2163 commit e245570
File tree
10 files changed
+37
-2
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_middle/src/ty
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- stable_mir
- rustc_target/src/spec
- tests/ui
- abi
10 files changed
+37
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
| |||
157 | 161 |
| |
158 | 162 |
| |
159 | 163 |
| |
164 | + | ||
160 | 165 |
| |
161 | 166 |
| |
162 | 167 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | + | ||
100 | + | ||
101 | + | ||
99 | 102 |
| |
100 | 103 |
| |
101 | 104 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 | 1255 |
| |
1256 | - | ||
1256 | + | ||
1257 | + | ||
1257 | 1258 |
| |
1258 | 1259 |
| |
1259 | 1260 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 | + | ||
497 | 498 |
| |
498 | 499 |
| |
499 | 500 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
877 | 877 |
| |
878 | 878 |
| |
879 | 879 |
| |
880 | + | ||
880 | 881 |
| |
881 | 882 |
| |
882 | 883 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 | 1128 |
| |
1129 | + | ||
1129 | 1130 |
| |
1130 | 1131 |
| |
1131 | 1132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 | - | ||
159 | + | ||
160 | + | ||
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | + | ||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
0 commit comments