rust/tests/ui/target-feature/forbidden-target-feature-at...

9 lines
339 B
Plaintext

error: target feature `forced-atomics` cannot be enabled with `#[target_feature]`: unsound because it changes the ABI of atomic operations
--> $DIR/forbidden-target-feature-attribute.rs:10:18
|
LL | #[target_feature(enable = "forced-atomics")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error