blob: f702dfd6531d002bb4c21e8a89e0922335e23e18 [file] [log] [blame] [edit]
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:12:18
|
LL | #[target_feature(enable = "forced-atomics")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error