@@ -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]: platform intrinsics are experimental and possibly buggy
11
- --> $DIR/feature-gate-abi.rs:17 :8
11
+ --> $DIR/feature-gate-abi.rs:18 :8
12
12
|
13
13
LL | extern "platform-intrinsic" fn f2() {}
14
14
| ^^^^^^^^^^^^^^^^^^^^
@@ -18,7 +18,7 @@ LL | extern "platform-intrinsic" fn f2() {}
18
18
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
19
19
20
20
error[E0658]: rust-call ABI is subject to change
21
- --> $DIR/feature-gate-abi.rs:19 :8
21
+ --> $DIR/feature-gate-abi.rs:21 :8
22
22
|
23
23
LL | extern "rust-call" fn f4(_: ()) {}
24
24
| ^^^^^^^^^^^
@@ -28,7 +28,7 @@ LL | extern "rust-call" fn f4(_: ()) {}
28
28
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
29
29
30
30
error[E0658]: intrinsics are subject to change
31
- --> $DIR/feature-gate-abi.rs:23 :12
31
+ --> $DIR/feature-gate-abi.rs:25 :12
32
32
|
33
33
LL | extern "rust-intrinsic" fn m1();
34
34
| ^^^^^^^^^^^^^^^^
@@ -37,7 +37,7 @@ LL | extern "rust-intrinsic" fn m1();
37
37
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
38
38
39
39
error[E0658]: platform intrinsics are experimental and possibly buggy
40
- --> $DIR/feature-gate-abi.rs:25 :12
40
+ --> $DIR/feature-gate-abi.rs:27 :12
41
41
|
42
42
LL | extern "platform-intrinsic" fn m2();
43
43
| ^^^^^^^^^^^^^^^^^^^^
@@ -47,7 +47,7 @@ LL | extern "platform-intrinsic" fn m2();
47
47
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
48
48
49
49
error[E0658]: rust-call ABI is subject to change
50
- --> $DIR/feature-gate-abi.rs:27 :12
50
+ --> $DIR/feature-gate-abi.rs:29 :12
51
51
|
52
52
LL | extern "rust-call" fn m4(_: ());
53
53
| ^^^^^^^^^^^
@@ -57,7 +57,7 @@ LL | extern "rust-call" fn m4(_: ());
57
57
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
58
58
59
59
error[E0658]: rust-call ABI is subject to change
60
- --> $DIR/feature-gate-abi.rs:29 :12
60
+ --> $DIR/feature-gate-abi.rs:31 :12
61
61
|
62
62
LL | extern "rust-call" fn dm4(_: ()) {}
63
63
| ^^^^^^^^^^^
@@ -67,7 +67,7 @@ LL | extern "rust-call" fn dm4(_: ()) {}
67
67
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
68
68
69
69
error[E0658]: intrinsics are subject to change
70
- --> $DIR/feature-gate-abi.rs:36 :12
70
+ --> $DIR/feature-gate-abi.rs:38 :12
71
71
|
72
72
LL | extern "rust-intrinsic" fn m1() {}
73
73
| ^^^^^^^^^^^^^^^^
@@ -76,7 +76,7 @@ LL | extern "rust-intrinsic" fn m1() {}
76
76
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
77
77
78
78
error[E0658]: platform intrinsics are experimental and possibly buggy
79
- --> $DIR/feature-gate-abi.rs:38 :12
79
+ --> $DIR/feature-gate-abi.rs:40 :12
80
80
|
81
81
LL | extern "platform-intrinsic" fn m2() {}
82
82
| ^^^^^^^^^^^^^^^^^^^^
@@ -86,7 +86,7 @@ LL | extern "platform-intrinsic" fn m2() {}
86
86
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
87
87
88
88
error[E0658]: rust-call ABI is subject to change
89
- --> $DIR/feature-gate-abi.rs:40 :12
89
+ --> $DIR/feature-gate-abi.rs:42 :12
90
90
|
91
91
LL | extern "rust-call" fn m4(_: ()) {}
92
92
| ^^^^^^^^^^^
@@ -96,7 +96,7 @@ LL | extern "rust-call" fn m4(_: ()) {}
96
96
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
97
97
98
98
error[E0658]: intrinsics are subject to change
99
- --> $DIR/feature-gate-abi.rs:45 :12
99
+ --> $DIR/feature-gate-abi.rs:47 :12
100
100
|
101
101
LL | extern "rust-intrinsic" fn im1() {}
102
102
| ^^^^^^^^^^^^^^^^
@@ -105,7 +105,7 @@ LL | extern "rust-intrinsic" fn im1() {}
105
105
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
106
106
107
107
error[E0658]: platform intrinsics are experimental and possibly buggy
108
- --> $DIR/feature-gate-abi.rs:47 :12
108
+ --> $DIR/feature-gate-abi.rs:49 :12
109
109
|
110
110
LL | extern "platform-intrinsic" fn im2() {}
111
111
| ^^^^^^^^^^^^^^^^^^^^
@@ -115,7 +115,7 @@ LL | extern "platform-intrinsic" fn im2() {}
115
115
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
116
116
117
117
error[E0658]: rust-call ABI is subject to change
118
- --> $DIR/feature-gate-abi.rs:49 :12
118
+ --> $DIR/feature-gate-abi.rs:51 :12
119
119
|
120
120
LL | extern "rust-call" fn im4(_: ()) {}
121
121
| ^^^^^^^^^^^
@@ -125,7 +125,7 @@ LL | extern "rust-call" fn im4(_: ()) {}
125
125
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
126
126
127
127
error[E0658]: intrinsics are subject to change
128
- --> $DIR/feature-gate-abi.rs:53 :18
128
+ --> $DIR/feature-gate-abi.rs:55 :18
129
129
|
130
130
LL | type A1 = extern "rust-intrinsic" fn();
131
131
| ^^^^^^^^^^^^^^^^
@@ -134,7 +134,7 @@ LL | type A1 = extern "rust-intrinsic" fn();
134
134
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
135
135
136
136
error[E0658]: platform intrinsics are experimental and possibly buggy
137
- --> $DIR/feature-gate-abi.rs:54 :18
137
+ --> $DIR/feature-gate-abi.rs:56 :18
138
138
|
139
139
LL | type A2 = extern "platform-intrinsic" fn();
140
140
| ^^^^^^^^^^^^^^^^^^^^
@@ -144,7 +144,7 @@ LL | type A2 = extern "platform-intrinsic" fn();
144
144
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
145
145
146
146
error[E0658]: rust-call ABI is subject to change
147
- --> $DIR/feature-gate-abi.rs:55 :18
147
+ --> $DIR/feature-gate-abi.rs:57 :18
148
148
|
149
149
LL | type A4 = extern "rust-call" fn(_: ());
150
150
| ^^^^^^^^^^^
@@ -154,7 +154,7 @@ LL | type A4 = extern "rust-call" fn(_: ());
154
154
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
155
155
156
156
error[E0658]: intrinsics are subject to change
157
- --> $DIR/feature-gate-abi.rs:58 :8
157
+ --> $DIR/feature-gate-abi.rs:60 :8
158
158
|
159
159
LL | extern "rust-intrinsic" {}
160
160
| ^^^^^^^^^^^^^^^^
@@ -163,7 +163,7 @@ LL | extern "rust-intrinsic" {}
163
163
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
164
164
165
165
error[E0658]: platform intrinsics are experimental and possibly buggy
166
- --> $DIR/feature-gate-abi.rs:59 :8
166
+ --> $DIR/feature-gate-abi.rs:61 :8
167
167
|
168
168
LL | extern "platform-intrinsic" {}
169
169
| ^^^^^^^^^^^^^^^^^^^^
@@ -173,7 +173,7 @@ LL | extern "platform-intrinsic" {}
173
173
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
174
174
175
175
error[E0658]: rust-call ABI is subject to change
176
- --> $DIR/feature-gate-abi.rs:60 :8
176
+ --> $DIR/feature-gate-abi.rs:62 :8
177
177
|
178
178
LL | extern "rust-call" {}
179
179
| ^^^^^^^^^^^
@@ -182,14 +182,26 @@ LL | extern "rust-call" {}
182
182
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
183
183
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
184
184
185
+ error[E0093]: unrecognized intrinsic function: `f1`
186
+ --> $DIR/feature-gate-abi.rs:15:28
187
+ |
188
+ LL | extern "rust-intrinsic" fn f1() {}
189
+ | ^^ unrecognized intrinsic
190
+
191
+ error[E0093]: unrecognized intrinsic function: `f2`
192
+ --> $DIR/feature-gate-abi.rs:18:32
193
+ |
194
+ LL | extern "platform-intrinsic" fn f2() {}
195
+ | ^^ unrecognized intrinsic
196
+
185
197
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
186
- --> $DIR/feature-gate-abi.rs:23 :32
198
+ --> $DIR/feature-gate-abi.rs:25 :32
187
199
|
188
200
LL | extern "rust-intrinsic" fn m1();
189
201
| ^^
190
202
191
203
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
192
- --> $DIR/feature-gate-abi.rs:25 :36
204
+ --> $DIR/feature-gate-abi.rs:27 :36
193
205
|
194
206
LL | extern "platform-intrinsic" fn m2();
195
207
| ^^
@@ -201,35 +213,36 @@ LL | extern "rust-intrinsic" fn f1() {}
201
213
| ^^
202
214
203
215
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
204
- --> $DIR/feature-gate-abi.rs:17 :37
216
+ --> $DIR/feature-gate-abi.rs:18 :37
205
217
|
206
218
LL | extern "platform-intrinsic" fn f2() {}
207
219
| ^^
208
220
209
221
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
210
- --> $DIR/feature-gate-abi.rs:36 :37
222
+ --> $DIR/feature-gate-abi.rs:38 :37
211
223
|
212
224
LL | extern "rust-intrinsic" fn m1() {}
213
225
| ^^
214
226
215
227
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
216
- --> $DIR/feature-gate-abi.rs:38 :41
228
+ --> $DIR/feature-gate-abi.rs:40 :41
217
229
|
218
230
LL | extern "platform-intrinsic" fn m2() {}
219
231
| ^^
220
232
221
233
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
222
- --> $DIR/feature-gate-abi.rs:45 :38
234
+ --> $DIR/feature-gate-abi.rs:47 :38
223
235
|
224
236
LL | extern "rust-intrinsic" fn im1() {}
225
237
| ^^
226
238
227
239
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
228
- --> $DIR/feature-gate-abi.rs:47 :42
240
+ --> $DIR/feature-gate-abi.rs:49 :42
229
241
|
230
242
LL | extern "platform-intrinsic" fn im2() {}
231
243
| ^^
232
244
233
- error: aborting due to 27 previous errors
245
+ error: aborting due to 29 previous errors
234
246
235
- For more information about this error, try `rustc --explain E0658`.
247
+ Some errors have detailed explanations: E0093, E0658.
248
+ For more information about an error, try `rustc --explain E0093`.
0 commit comments