|
| 1 | +error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change |
| 2 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:2:10 |
| 3 | + | |
| 4 | +LL | cfg!(target_has_atomic_load_store = "8"); |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 6 | + | |
| 7 | + = note: see issue #94039 <https://github.com/rust-lang/rust/issues/94039> for more information |
| 8 | + = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable |
| 9 | + |
| 10 | +error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change |
| 11 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:4:10 |
| 12 | + | |
| 13 | +LL | cfg!(target_has_atomic_load_store = "16"); |
| 14 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 15 | + | |
| 16 | + = note: see issue #94039 <https://github.com/rust-lang/rust/issues/94039> for more information |
| 17 | + = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable |
| 18 | + |
| 19 | +error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change |
| 20 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:6:10 |
| 21 | + | |
| 22 | +LL | cfg!(target_has_atomic_load_store = "32"); |
| 23 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 24 | + | |
| 25 | + = note: see issue #94039 <https://github.com/rust-lang/rust/issues/94039> for more information |
| 26 | + = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable |
| 27 | + |
| 28 | +error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change |
| 29 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:8:10 |
| 30 | + | |
| 31 | +LL | cfg!(target_has_atomic_load_store = "64"); |
| 32 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 33 | + | |
| 34 | + = note: see issue #94039 <https://github.com/rust-lang/rust/issues/94039> for more information |
| 35 | + = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable |
| 36 | + |
| 37 | +error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change |
| 38 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:10:10 |
| 39 | + | |
| 40 | +LL | cfg!(target_has_atomic_load_store = "128"); |
| 41 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 42 | + | |
| 43 | + = note: see issue #94039 <https://github.com/rust-lang/rust/issues/94039> for more information |
| 44 | + = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable |
| 45 | + |
| 46 | +error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change |
| 47 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:12:10 |
| 48 | + | |
| 49 | +LL | cfg!(target_has_atomic_load_store = "ptr"); |
| 50 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 51 | + | |
| 52 | + = note: see issue #94039 <https://github.com/rust-lang/rust/issues/94039> for more information |
| 53 | + = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable |
| 54 | + |
| 55 | +error: aborting due to 6 previous errors |
| 56 | + |
| 57 | +For more information about this error, try `rustc --explain E0658`. |
0 commit comments