2025-01-27 18:18:13 +01:00
|
|
|
error: target feature `forced-atomics` cannot be enabled with `#[target_feature]`: unsound because it changes the ABI of atomic operations
|
2025-01-23 11:25:12 +00:00
|
|
|
--> $DIR/forbidden-target-feature-attribute.rs:16:18
|
2024-09-02 11:45:59 +02:00
|
|
|
|
|
2025-01-27 18:18:13 +01:00
|
|
|
LL | #[target_feature(enable = "forced-atomics")]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2024-09-02 11:45:59 +02:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|