@@ -8,7 +8,7 @@ LL | extern "rust-intrinsic" fn f1() {}
8
8
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9
9
10
10
error[E0658]: intrinsics are subject to change
11
- --> $DIR/feature-gate-abi.rs:17 :8
11
+ --> $DIR/feature-gate-abi.rs:16 :8
12
12
|
13
13
LL | extern "rust-intrinsic" fn f2() {}
14
14
| ^^^^^^^^^^^^^^^^
@@ -17,7 +17,7 @@ LL | extern "rust-intrinsic" fn f2() {}
17
17
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
18
18
19
19
error[E0658]: rust-call ABI is subject to change
20
- --> $DIR/feature-gate-abi.rs:20 :8
20
+ --> $DIR/feature-gate-abi.rs:18 :8
21
21
|
22
22
LL | extern "rust-call" fn f4(_: ()) {}
23
23
| ^^^^^^^^^^^
@@ -27,7 +27,7 @@ LL | extern "rust-call" fn f4(_: ()) {}
27
27
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
28
28
29
29
error[E0658]: intrinsics are subject to change
30
- --> $DIR/feature-gate-abi.rs:24 :12
30
+ --> $DIR/feature-gate-abi.rs:22 :12
31
31
|
32
32
LL | extern "rust-intrinsic" fn m1();
33
33
| ^^^^^^^^^^^^^^^^
@@ -36,7 +36,7 @@ LL | extern "rust-intrinsic" fn m1();
36
36
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
37
37
38
38
error[E0658]: intrinsics are subject to change
39
- --> $DIR/feature-gate-abi.rs:26 :12
39
+ --> $DIR/feature-gate-abi.rs:24 :12
40
40
|
41
41
LL | extern "rust-intrinsic" fn m2();
42
42
| ^^^^^^^^^^^^^^^^
@@ -45,7 +45,7 @@ LL | extern "rust-intrinsic" fn m2();
45
45
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
46
46
47
47
error[E0658]: rust-call ABI is subject to change
48
- --> $DIR/feature-gate-abi.rs:28 :12
48
+ --> $DIR/feature-gate-abi.rs:26 :12
49
49
|
50
50
LL | extern "rust-call" fn m4(_: ());
51
51
| ^^^^^^^^^^^
@@ -55,7 +55,7 @@ LL | extern "rust-call" fn m4(_: ());
55
55
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
56
56
57
57
error[E0658]: rust-call ABI is subject to change
58
- --> $DIR/feature-gate-abi.rs:30 :12
58
+ --> $DIR/feature-gate-abi.rs:28 :12
59
59
|
60
60
LL | extern "rust-call" fn dm4(_: ()) {}
61
61
| ^^^^^^^^^^^
@@ -65,7 +65,7 @@ LL | extern "rust-call" fn dm4(_: ()) {}
65
65
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
66
66
67
67
error[E0658]: intrinsics are subject to change
68
- --> $DIR/feature-gate-abi.rs:37 :12
68
+ --> $DIR/feature-gate-abi.rs:35 :12
69
69
|
70
70
LL | extern "rust-intrinsic" fn m1() {}
71
71
| ^^^^^^^^^^^^^^^^
@@ -74,7 +74,7 @@ LL | extern "rust-intrinsic" fn m1() {}
74
74
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
75
75
76
76
error[E0658]: intrinsics are subject to change
77
- --> $DIR/feature-gate-abi.rs:39 :12
77
+ --> $DIR/feature-gate-abi.rs:37 :12
78
78
|
79
79
LL | extern "rust-intrinsic" fn m2() {}
80
80
| ^^^^^^^^^^^^^^^^
@@ -83,7 +83,7 @@ LL | extern "rust-intrinsic" fn m2() {}
83
83
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
84
84
85
85
error[E0658]: rust-call ABI is subject to change
86
- --> $DIR/feature-gate-abi.rs:41 :12
86
+ --> $DIR/feature-gate-abi.rs:39 :12
87
87
|
88
88
LL | extern "rust-call" fn m4(_: ()) {}
89
89
| ^^^^^^^^^^^
@@ -93,7 +93,7 @@ LL | extern "rust-call" fn m4(_: ()) {}
93
93
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
94
94
95
95
error[E0658]: intrinsics are subject to change
96
- --> $DIR/feature-gate-abi.rs:46 :12
96
+ --> $DIR/feature-gate-abi.rs:44 :12
97
97
|
98
98
LL | extern "rust-intrinsic" fn im1() {}
99
99
| ^^^^^^^^^^^^^^^^
@@ -102,7 +102,7 @@ LL | extern "rust-intrinsic" fn im1() {}
102
102
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
103
103
104
104
error[E0658]: intrinsics are subject to change
105
- --> $DIR/feature-gate-abi.rs:48 :12
105
+ --> $DIR/feature-gate-abi.rs:46 :12
106
106
|
107
107
LL | extern "rust-intrinsic" fn im2() {}
108
108
| ^^^^^^^^^^^^^^^^
@@ -111,7 +111,7 @@ LL | extern "rust-intrinsic" fn im2() {}
111
111
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
112
112
113
113
error[E0658]: rust-call ABI is subject to change
114
- --> $DIR/feature-gate-abi.rs:50 :12
114
+ --> $DIR/feature-gate-abi.rs:48 :12
115
115
|
116
116
LL | extern "rust-call" fn im4(_: ()) {}
117
117
| ^^^^^^^^^^^
@@ -121,7 +121,7 @@ LL | extern "rust-call" fn im4(_: ()) {}
121
121
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
122
122
123
123
error[E0658]: intrinsics are subject to change
124
- --> $DIR/feature-gate-abi.rs:54 :18
124
+ --> $DIR/feature-gate-abi.rs:52 :18
125
125
|
126
126
LL | type A1 = extern "rust-intrinsic" fn();
127
127
| ^^^^^^^^^^^^^^^^
@@ -130,7 +130,7 @@ LL | type A1 = extern "rust-intrinsic" fn();
130
130
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
131
131
132
132
error[E0658]: intrinsics are subject to change
133
- --> $DIR/feature-gate-abi.rs:55 :18
133
+ --> $DIR/feature-gate-abi.rs:53 :18
134
134
|
135
135
LL | type A2 = extern "rust-intrinsic" fn();
136
136
| ^^^^^^^^^^^^^^^^
@@ -139,7 +139,7 @@ LL | type A2 = extern "rust-intrinsic" fn();
139
139
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
140
140
141
141
error[E0658]: rust-call ABI is subject to change
142
- --> $DIR/feature-gate-abi.rs:56 :18
142
+ --> $DIR/feature-gate-abi.rs:54 :18
143
143
|
144
144
LL | type A4 = extern "rust-call" fn(_: ());
145
145
| ^^^^^^^^^^^
@@ -149,7 +149,7 @@ LL | type A4 = extern "rust-call" fn(_: ());
149
149
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
150
150
151
151
error[E0658]: intrinsics are subject to change
152
- --> $DIR/feature-gate-abi.rs:59 :8
152
+ --> $DIR/feature-gate-abi.rs:57 :8
153
153
|
154
154
LL | extern "rust-intrinsic" {}
155
155
| ^^^^^^^^^^^^^^^^
@@ -158,7 +158,7 @@ LL | extern "rust-intrinsic" {}
158
158
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
159
159
160
160
error[E0658]: intrinsics are subject to change
161
- --> $DIR/feature-gate-abi.rs:60 :8
161
+ --> $DIR/feature-gate-abi.rs:58 :8
162
162
|
163
163
LL | extern "rust-intrinsic" {}
164
164
| ^^^^^^^^^^^^^^^^
@@ -167,7 +167,7 @@ LL | extern "rust-intrinsic" {}
167
167
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
168
168
169
169
error[E0658]: rust-call ABI is subject to change
170
- --> $DIR/feature-gate-abi.rs:61 :8
170
+ --> $DIR/feature-gate-abi.rs:59 :8
171
171
|
172
172
LL | extern "rust-call" {}
173
173
| ^^^^^^^^^^^
@@ -176,30 +176,14 @@ LL | extern "rust-call" {}
176
176
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
177
177
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
178
178
179
- error[E0093]: unrecognized intrinsic function: `f1`
180
- --> $DIR/feature-gate-abi.rs:14:28
181
- |
182
- LL | extern "rust-intrinsic" fn f1() {}
183
- | ^^ unrecognized intrinsic
184
- |
185
- = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
186
-
187
- error[E0093]: unrecognized intrinsic function: `f2`
188
- --> $DIR/feature-gate-abi.rs:17:28
189
- |
190
- LL | extern "rust-intrinsic" fn f2() {}
191
- | ^^ unrecognized intrinsic
192
- |
193
- = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
194
-
195
179
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
196
- --> $DIR/feature-gate-abi.rs:24 :32
180
+ --> $DIR/feature-gate-abi.rs:22 :32
197
181
|
198
182
LL | extern "rust-intrinsic" fn m1();
199
183
| ^^
200
184
201
185
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
202
- --> $DIR/feature-gate-abi.rs:26 :32
186
+ --> $DIR/feature-gate-abi.rs:24 :32
203
187
|
204
188
LL | extern "rust-intrinsic" fn m2();
205
189
| ^^
@@ -211,36 +195,35 @@ LL | extern "rust-intrinsic" fn f1() {}
211
195
| ^^
212
196
213
197
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
214
- --> $DIR/feature-gate-abi.rs:17 :33
198
+ --> $DIR/feature-gate-abi.rs:16 :33
215
199
|
216
200
LL | extern "rust-intrinsic" fn f2() {}
217
201
| ^^
218
202
219
203
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
220
- --> $DIR/feature-gate-abi.rs:37 :37
204
+ --> $DIR/feature-gate-abi.rs:35 :37
221
205
|
222
206
LL | extern "rust-intrinsic" fn m1() {}
223
207
| ^^
224
208
225
209
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
226
- --> $DIR/feature-gate-abi.rs:39 :37
210
+ --> $DIR/feature-gate-abi.rs:37 :37
227
211
|
228
212
LL | extern "rust-intrinsic" fn m2() {}
229
213
| ^^
230
214
231
215
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
232
- --> $DIR/feature-gate-abi.rs:46 :38
216
+ --> $DIR/feature-gate-abi.rs:44 :38
233
217
|
234
218
LL | extern "rust-intrinsic" fn im1() {}
235
219
| ^^
236
220
237
221
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
238
- --> $DIR/feature-gate-abi.rs:48 :38
222
+ --> $DIR/feature-gate-abi.rs:46 :38
239
223
|
240
224
LL | extern "rust-intrinsic" fn im2() {}
241
225
| ^^
242
226
243
- error: aborting due to 29 previous errors
227
+ error: aborting due to 27 previous errors
244
228
245
- Some errors have detailed explanations: E0093, E0658.
246
- For more information about an error, try `rustc --explain E0093`.
229
+ For more information about this error, try `rustc --explain E0658`.
0 commit comments