1
1
error[E0658]: intrinsics are subject to change
2
- --> $DIR/feature-gate-abi.rs:16 :8
2
+ --> $DIR/feature-gate-abi.rs:15 :8
3
3
|
4
4
LL | extern "rust-intrinsic" fn f1() {}
5
5
| ^^^^^^^^^^^^^^^^
6
6
|
7
7
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
8
8
9
9
error[E0658]: platform intrinsics are experimental and possibly buggy
10
- --> $DIR/feature-gate-abi.rs:18 :8
10
+ --> $DIR/feature-gate-abi.rs:17 :8
11
11
|
12
12
LL | extern "platform-intrinsic" fn f2() {}
13
13
| ^^^^^^^^^^^^^^^^^^^^
@@ -16,33 +16,24 @@ LL | extern "platform-intrinsic" fn f2() {}
16
16
= help: add `#![feature(platform_intrinsics)]` to the crate attributes to enable
17
17
18
18
error[E0658]: rust-call ABI is subject to change
19
- --> $DIR/feature-gate-abi.rs:20 :8
19
+ --> $DIR/feature-gate-abi.rs:19 :8
20
20
|
21
21
LL | extern "rust-call" fn f4(_: ()) {}
22
22
| ^^^^^^^^^^^
23
23
|
24
24
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
25
25
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
26
26
27
- error[E0658]: efiapi ABI is experimental and subject to change
28
- --> $DIR/feature-gate-abi.rs:21:8
29
- |
30
- LL | extern "efiapi" fn f10() {}
31
- | ^^^^^^^^
32
- |
33
- = note: see issue #65815 <https://github.com/rust-lang/rust/issues/65815> for more information
34
- = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
35
-
36
27
error[E0658]: intrinsics are subject to change
37
- --> $DIR/feature-gate-abi.rs:25 :12
28
+ --> $DIR/feature-gate-abi.rs:23 :12
38
29
|
39
30
LL | extern "rust-intrinsic" fn m1();
40
31
| ^^^^^^^^^^^^^^^^
41
32
|
42
33
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
43
34
44
35
error[E0658]: platform intrinsics are experimental and possibly buggy
45
- --> $DIR/feature-gate-abi.rs:27 :12
36
+ --> $DIR/feature-gate-abi.rs:25 :12
46
37
|
47
38
LL | extern "platform-intrinsic" fn m2();
48
39
| ^^^^^^^^^^^^^^^^^^^^
@@ -51,51 +42,33 @@ LL | extern "platform-intrinsic" fn m2();
51
42
= help: add `#![feature(platform_intrinsics)]` to the crate attributes to enable
52
43
53
44
error[E0658]: rust-call ABI is subject to change
54
- --> $DIR/feature-gate-abi.rs:29 :12
45
+ --> $DIR/feature-gate-abi.rs:27 :12
55
46
|
56
47
LL | extern "rust-call" fn m4(_: ());
57
48
| ^^^^^^^^^^^
58
49
|
59
50
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
60
51
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
61
52
62
- error[E0658]: efiapi ABI is experimental and subject to change
63
- --> $DIR/feature-gate-abi.rs:30:12
64
- |
65
- LL | extern "efiapi" fn m10();
66
- | ^^^^^^^^
67
- |
68
- = note: see issue #65815 <https://github.com/rust-lang/rust/issues/65815> for more information
69
- = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
70
-
71
53
error[E0658]: rust-call ABI is subject to change
72
- --> $DIR/feature-gate-abi.rs:32 :12
54
+ --> $DIR/feature-gate-abi.rs:29 :12
73
55
|
74
56
LL | extern "rust-call" fn dm4(_: ()) {}
75
57
| ^^^^^^^^^^^
76
58
|
77
59
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
78
60
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
79
61
80
- error[E0658]: efiapi ABI is experimental and subject to change
81
- --> $DIR/feature-gate-abi.rs:33:12
82
- |
83
- LL | extern "efiapi" fn dm10() {}
84
- | ^^^^^^^^
85
- |
86
- = note: see issue #65815 <https://github.com/rust-lang/rust/issues/65815> for more information
87
- = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
88
-
89
62
error[E0658]: intrinsics are subject to change
90
- --> $DIR/feature-gate-abi.rs:40 :12
63
+ --> $DIR/feature-gate-abi.rs:36 :12
91
64
|
92
65
LL | extern "rust-intrinsic" fn m1() {}
93
66
| ^^^^^^^^^^^^^^^^
94
67
|
95
68
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
96
69
97
70
error[E0658]: platform intrinsics are experimental and possibly buggy
98
- --> $DIR/feature-gate-abi.rs:42 :12
71
+ --> $DIR/feature-gate-abi.rs:38 :12
99
72
|
100
73
LL | extern "platform-intrinsic" fn m2() {}
101
74
| ^^^^^^^^^^^^^^^^^^^^
@@ -104,33 +77,24 @@ LL | extern "platform-intrinsic" fn m2() {}
104
77
= help: add `#![feature(platform_intrinsics)]` to the crate attributes to enable
105
78
106
79
error[E0658]: rust-call ABI is subject to change
107
- --> $DIR/feature-gate-abi.rs:44 :12
80
+ --> $DIR/feature-gate-abi.rs:40 :12
108
81
|
109
82
LL | extern "rust-call" fn m4(_: ()) {}
110
83
| ^^^^^^^^^^^
111
84
|
112
85
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
113
86
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
114
87
115
- error[E0658]: efiapi ABI is experimental and subject to change
116
- --> $DIR/feature-gate-abi.rs:45:12
117
- |
118
- LL | extern "efiapi" fn m10() {}
119
- | ^^^^^^^^
120
- |
121
- = note: see issue #65815 <https://github.com/rust-lang/rust/issues/65815> for more information
122
- = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
123
-
124
88
error[E0658]: intrinsics are subject to change
125
- --> $DIR/feature-gate-abi.rs:50 :12
89
+ --> $DIR/feature-gate-abi.rs:45 :12
126
90
|
127
91
LL | extern "rust-intrinsic" fn im1() {}
128
92
| ^^^^^^^^^^^^^^^^
129
93
|
130
94
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
131
95
132
96
error[E0658]: platform intrinsics are experimental and possibly buggy
133
- --> $DIR/feature-gate-abi.rs:52 :12
97
+ --> $DIR/feature-gate-abi.rs:47 :12
134
98
|
135
99
LL | extern "platform-intrinsic" fn im2() {}
136
100
| ^^^^^^^^^^^^^^^^^^^^
@@ -139,33 +103,24 @@ LL | extern "platform-intrinsic" fn im2() {}
139
103
= help: add `#![feature(platform_intrinsics)]` to the crate attributes to enable
140
104
141
105
error[E0658]: rust-call ABI is subject to change
142
- --> $DIR/feature-gate-abi.rs:54 :12
106
+ --> $DIR/feature-gate-abi.rs:49 :12
143
107
|
144
108
LL | extern "rust-call" fn im4(_: ()) {}
145
109
| ^^^^^^^^^^^
146
110
|
147
111
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
148
112
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
149
113
150
- error[E0658]: efiapi ABI is experimental and subject to change
151
- --> $DIR/feature-gate-abi.rs:55:12
152
- |
153
- LL | extern "efiapi" fn im10() {}
154
- | ^^^^^^^^
155
- |
156
- = note: see issue #65815 <https://github.com/rust-lang/rust/issues/65815> for more information
157
- = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
158
-
159
114
error[E0658]: intrinsics are subject to change
160
- --> $DIR/feature-gate-abi.rs:59 :18
115
+ --> $DIR/feature-gate-abi.rs:53 :18
161
116
|
162
117
LL | type A1 = extern "rust-intrinsic" fn();
163
118
| ^^^^^^^^^^^^^^^^
164
119
|
165
120
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
166
121
167
122
error[E0658]: platform intrinsics are experimental and possibly buggy
168
- --> $DIR/feature-gate-abi.rs:60 :18
123
+ --> $DIR/feature-gate-abi.rs:54 :18
169
124
|
170
125
LL | type A2 = extern "platform-intrinsic" fn();
171
126
| ^^^^^^^^^^^^^^^^^^^^
@@ -174,33 +129,24 @@ LL | type A2 = extern "platform-intrinsic" fn();
174
129
= help: add `#![feature(platform_intrinsics)]` to the crate attributes to enable
175
130
176
131
error[E0658]: rust-call ABI is subject to change
177
- --> $DIR/feature-gate-abi.rs:61 :18
132
+ --> $DIR/feature-gate-abi.rs:55 :18
178
133
|
179
134
LL | type A4 = extern "rust-call" fn(_: ());
180
135
| ^^^^^^^^^^^
181
136
|
182
137
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
183
138
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
184
139
185
- error[E0658]: efiapi ABI is experimental and subject to change
186
- --> $DIR/feature-gate-abi.rs:62:19
187
- |
188
- LL | type A10 = extern "efiapi" fn();
189
- | ^^^^^^^^
190
- |
191
- = note: see issue #65815 <https://github.com/rust-lang/rust/issues/65815> for more information
192
- = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
193
-
194
140
error[E0658]: intrinsics are subject to change
195
- --> $DIR/feature-gate-abi.rs:65 :8
141
+ --> $DIR/feature-gate-abi.rs:58 :8
196
142
|
197
143
LL | extern "rust-intrinsic" {}
198
144
| ^^^^^^^^^^^^^^^^
199
145
|
200
146
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
201
147
202
148
error[E0658]: platform intrinsics are experimental and possibly buggy
203
- --> $DIR/feature-gate-abi.rs:66 :8
149
+ --> $DIR/feature-gate-abi.rs:59 :8
204
150
|
205
151
LL | extern "platform-intrinsic" {}
206
152
| ^^^^^^^^^^^^^^^^^^^^
@@ -209,71 +155,62 @@ LL | extern "platform-intrinsic" {}
209
155
= help: add `#![feature(platform_intrinsics)]` to the crate attributes to enable
210
156
211
157
error[E0658]: rust-call ABI is subject to change
212
- --> $DIR/feature-gate-abi.rs:67 :8
158
+ --> $DIR/feature-gate-abi.rs:60 :8
213
159
|
214
160
LL | extern "rust-call" {}
215
161
| ^^^^^^^^^^^
216
162
|
217
163
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
218
164
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
219
165
220
- error[E0658]: efiapi ABI is experimental and subject to change
221
- --> $DIR/feature-gate-abi.rs:68:8
222
- |
223
- LL | extern "efiapi" {}
224
- | ^^^^^^^^
225
- |
226
- = note: see issue #65815 <https://github.com/rust-lang/rust/issues/65815> for more information
227
- = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
228
-
229
166
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
230
- --> $DIR/feature-gate-abi.rs:25 :32
167
+ --> $DIR/feature-gate-abi.rs:23 :32
231
168
|
232
169
LL | extern "rust-intrinsic" fn m1();
233
170
| ^^
234
171
235
172
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
236
- --> $DIR/feature-gate-abi.rs:27 :36
173
+ --> $DIR/feature-gate-abi.rs:25 :36
237
174
|
238
175
LL | extern "platform-intrinsic" fn m2();
239
176
| ^^
240
177
241
178
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
242
- --> $DIR/feature-gate-abi.rs:16 :33
179
+ --> $DIR/feature-gate-abi.rs:15 :33
243
180
|
244
181
LL | extern "rust-intrinsic" fn f1() {}
245
182
| ^^
246
183
247
184
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
248
- --> $DIR/feature-gate-abi.rs:18 :37
185
+ --> $DIR/feature-gate-abi.rs:17 :37
249
186
|
250
187
LL | extern "platform-intrinsic" fn f2() {}
251
188
| ^^
252
189
253
190
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
254
- --> $DIR/feature-gate-abi.rs:40 :37
191
+ --> $DIR/feature-gate-abi.rs:36 :37
255
192
|
256
193
LL | extern "rust-intrinsic" fn m1() {}
257
194
| ^^
258
195
259
196
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
260
- --> $DIR/feature-gate-abi.rs:42 :41
197
+ --> $DIR/feature-gate-abi.rs:38 :41
261
198
|
262
199
LL | extern "platform-intrinsic" fn m2() {}
263
200
| ^^
264
201
265
202
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
266
- --> $DIR/feature-gate-abi.rs:50 :38
203
+ --> $DIR/feature-gate-abi.rs:45 :38
267
204
|
268
205
LL | extern "rust-intrinsic" fn im1() {}
269
206
| ^^
270
207
271
208
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
272
- --> $DIR/feature-gate-abi.rs:52 :42
209
+ --> $DIR/feature-gate-abi.rs:47 :42
273
210
|
274
211
LL | extern "platform-intrinsic" fn im2() {}
275
212
| ^^
276
213
277
- error: aborting due to 34 previous errors
214
+ error: aborting due to 27 previous errors
278
215
279
216
For more information about this error, try `rustc --explain E0658`.
0 commit comments