@@ -214,6 +214,60 @@ LL | cfg!(target_has_atomic_load_store = "ptr");
214
214
= note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
215
215
= help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
216
216
217
- error: aborting due to 24 previous errors
217
+ error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
218
+ --> $DIR/feature-gate-cfg-target-has-atomic.rs:102:10
219
+ |
220
+ LL | cfg!(target_has_atomic_equal_alignment = "8");
221
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
222
+ |
223
+ = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
224
+ = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
225
+
226
+ error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
227
+ --> $DIR/feature-gate-cfg-target-has-atomic.rs:104:10
228
+ |
229
+ LL | cfg!(target_has_atomic_equal_alignment = "16");
230
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
231
+ |
232
+ = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
233
+ = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
234
+
235
+ error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
236
+ --> $DIR/feature-gate-cfg-target-has-atomic.rs:106:10
237
+ |
238
+ LL | cfg!(target_has_atomic_equal_alignment = "32");
239
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
240
+ |
241
+ = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
242
+ = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
243
+
244
+ error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
245
+ --> $DIR/feature-gate-cfg-target-has-atomic.rs:108:10
246
+ |
247
+ LL | cfg!(target_has_atomic_equal_alignment = "64");
248
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
249
+ |
250
+ = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
251
+ = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
252
+
253
+ error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
254
+ --> $DIR/feature-gate-cfg-target-has-atomic.rs:110:10
255
+ |
256
+ LL | cfg!(target_has_atomic_equal_alignment = "128");
257
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
258
+ |
259
+ = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
260
+ = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
261
+
262
+ error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
263
+ --> $DIR/feature-gate-cfg-target-has-atomic.rs:112:10
264
+ |
265
+ LL | cfg!(target_has_atomic_equal_alignment = "ptr");
266
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
267
+ |
268
+ = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
269
+ = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
270
+
271
+ error: aborting due to 30 previous errors
218
272
219
273
For more information about this error, try `rustc --explain E0658`.
0 commit comments