2022-01-31 13:04:27 +00:00
|
|
|
error: the target features paca, pacg must all be either enabled or disabled together
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/tied-features.rs:11:5
|
2022-01-31 13:04:27 +00:00
|
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "pacg")]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= help: add the missing features in a `target_feature` attribute
|
|
|
|
|
|
|
|
|
|
error: the target features paca, pacg must all be either enabled or disabled together
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/tied-features.rs:23:1
|
2022-01-31 13:04:27 +00:00
|
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "paca")]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= help: add the missing features in a `target_feature` attribute
|
|
|
|
|
|
2024-09-11 13:57:12 +01:00
|
|
|
error: the target features paca, pacg must all be either enabled or disabled together
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/tied-features.rs:36:1
|
2024-09-11 13:57:12 +01:00
|
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "paca")]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= help: add the missing features in a `target_feature` attribute
|
|
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2022-01-31 13:04:27 +00:00
|
|
|
|