2021-07-07 03:54:54 +00:00
|
|
|
error[E0658]: `cfg(target_abi)` is experimental and subject to change
|
2021-12-29 10:47:19 +00:00
|
|
|
--> $DIR/feature-gate-cfg-target-abi.rs:1:7
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
2021-12-29 10:47:19 +00:00
|
|
|
LL | #[cfg(target_abi = "x")]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
|
= note: see issue #80970 <https://github.com/rust-lang/rust/issues/80970> for more information
|
|
|
|
= help: add `#![feature(cfg_target_abi)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
error[E0658]: `cfg(target_abi)` is experimental and subject to change
|
2021-12-29 10:47:19 +00:00
|
|
|
--> $DIR/feature-gate-cfg-target-abi.rs:4:12
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
2021-12-29 10:47:19 +00:00
|
|
|
LL | #[cfg_attr(target_abi = "x", x)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
|
= note: see issue #80970 <https://github.com/rust-lang/rust/issues/80970> for more information
|
|
|
|
= help: add `#![feature(cfg_target_abi)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
error[E0658]: `cfg(target_abi)` is experimental and subject to change
|
2021-12-29 10:47:19 +00:00
|
|
|
--> $DIR/feature-gate-cfg-target-abi.rs:7:19
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
|
LL | #[cfg(not(any(all(target_abi = "x"))))]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: see issue #80970 <https://github.com/rust-lang/rust/issues/80970> for more information
|
|
|
|
= help: add `#![feature(cfg_target_abi)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
error[E0658]: `cfg(target_abi)` is experimental and subject to change
|
2021-12-29 10:47:19 +00:00
|
|
|
--> $DIR/feature-gate-cfg-target-abi.rs:11:10
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
|
LL | cfg!(target_abi = "x");
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: see issue #80970 <https://github.com/rust-lang/rust/issues/80970> for more information
|
|
|
|
= help: add `#![feature(cfg_target_abi)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-07-07 03:54:54 +00:00
|
|
|
|
|
|
|
error: aborting due to 4 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|