Commit fe72062
File tree
Expand file treeCollapse file tree
7 files changed
+255
-13
lines changedFilter options
- compiler
- rustc_lint_defs/src
- rustc_monomorphize
- src
- mono_checks
- tests/ui
- abi
- lint
Expand file treeCollapse file tree
7 files changed
+255
-13
lines changedcompiler/rustc_lint_defs/src/builtin.rs
Copy file name to clipboardExpand all lines: compiler/rustc_lint_defs/src/builtin.rs+46Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
| 146 | + |
146 | 147 |
|
147 | 148 |
|
148 | 149 |
|
| ||
5082 | 5083 |
|
5083 | 5084 |
|
5084 | 5085 |
|
| 5086 | + |
| 5087 | + |
5085 | 5088 |
|
5086 | 5089 |
|
5087 | 5090 |
|
| ||
5125 | 5128 |
|
5126 | 5129 |
|
5127 | 5130 |
|
| 5131 | + |
| 5132 | + |
| 5133 | + |
| 5134 | + |
| 5135 | + |
| 5136 | + |
| 5137 | + |
| 5138 | + |
| 5139 | + |
| 5140 | + |
| 5141 | + |
| 5142 | + |
| 5143 | + |
| 5144 | + |
| 5145 | + |
| 5146 | + |
| 5147 | + |
| 5148 | + |
| 5149 | + |
| 5150 | + |
| 5151 | + |
| 5152 | + |
| 5153 | + |
| 5154 | + |
| 5155 | + |
| 5156 | + |
| 5157 | + |
| 5158 | + |
| 5159 | + |
| 5160 | + |
| 5161 | + |
| 5162 | + |
| 5163 | + |
| 5164 | + |
| 5165 | + |
| 5166 | + |
| 5167 | + |
| 5168 | + |
| 5169 | + |
| 5170 | + |
| 5171 | + |
| 5172 | + |
| 5173 | + |
compiler/rustc_monomorphize/messages.ftl
Copy file name to clipboardExpand all lines: compiler/rustc_monomorphize/messages.ftl+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
66 | 73 |
|
compiler/rustc_monomorphize/src/errors.rs
Copy file name to clipboardExpand all lines: compiler/rustc_monomorphize/src/errors.rs+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
compiler/rustc_monomorphize/src/mono_checks/abi_check.rs
Copy file name to clipboardExpand all lines: compiler/rustc_monomorphize/src/mono_checks/abi_check.rs+67-12Lines changed: 67 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 |
| - |
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
| ||
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
29 |
| - |
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
| 38 | + |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
| ||
88 | 92 |
|
89 | 93 |
|
90 | 94 |
|
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
91 | 148 |
|
92 | 149 |
|
93 | 150 |
|
| ||
98 | 155 |
|
99 | 156 |
|
100 | 157 |
|
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
108 | 162 |
|
109 | 163 |
|
110 | 164 |
|
| ||
141 | 195 |
|
142 | 196 |
|
143 | 197 |
|
144 |
| - |
| 198 | + |
| 199 | + |
145 | 200 |
|
146 | 201 |
|
147 | 202 |
|
|
tests/ui/abi/compatibility.rs
Copy file name to clipboardExpand all lines: tests/ui/abi/compatibility.rs-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
|
tests/ui/lint/wasm_c_abi_transition.rs
Copy file name to clipboard+41Lines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
tests/ui/lint/wasm_c_abi_transition.stderr
Copy file name to clipboard+85Lines changed: 85 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
0 commit comments